Html Css Color HEX #68BC3A Apple

📋 copy color: '#68BC3A'

red 104 ◦ green 188 ◦ blue 58

#68BC3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #68BC3A

Tints of Apple #68BC3A

RGB

 RED value IS 104 (41.02% from 255) = 29.71%

 GREEN value IS 188 (73.83% from 255) = 53.71%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 29.71%
G = 53.71%
B = 16.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#68BC3A (or 0x68BC3A) is known color: Apple. HEX triplet: 68, BC and 3A. RGB value is (104,188,58). Sum of RGB (Red+Green+Blue) = 104+188+58=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC3A is #9743C5. Grayscale: #949494. Windows color (decimal): -9913286 or 3849320. OLE color: 3849320.

HSL color Cylindrical-coordinate representation of color #68BC3A: hue angle of 98.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68BC3A is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 58 -
CMYK 0.45 0 0.69 0.26
HSL 98.77º 0.53% 0.48% -
HSV(B) 98.77º 0.69% 0.74% -
XYZ 24.46 39.21 10.28 -
YUV 148.06 77.17 96.57 -
System Red Green Blue C M Y K H S L
Decimal 104 188 58 0.45 0 0.69 0.26 98.77 0.53 0.48
Hex 68 BC 3A 2D 0 45 1A 63 35 30
Octal 150 274 72 55 0 105 32 143 65 60
Binary 1101000 10111100 111010 101101 0 1000101 11010 1100011 110101 110000

Color Harmonies of #68BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BC3A

Black with #68BC3A

Text Example


Text Example

White with #68BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68BC3A; }

 p { color: rgb(104,188,58); }

 H1.HeaderClassName
 {
   color: #68BC3A;
 }
 .AnyTagClassName
 {
   color: #68BC3A;
 }
</style>

background-color css

<style>
 a { background-color: #68BC3A; }

 a { background-color: rgb(104,188,58); }

 div.DivClassName
 {
   background-color: #68BC3A;
 }
 .BgClassName
 {
   background-color: #68BC3A;
 }
</style>

border-color css

<style>
 span { border-color: #68BC3A; }

 span { border-color: rgb(104,188,58); }

 td.TdClassName
 {
   border-color: #68BC3A;
 }
 .TagClassName
 {
   border-color: #68BC3A;
 }
</style>