Html Css Color HEX #68AC42 Apple

📋 copy color: '#68AC42'

red 104 ◦ green 172 ◦ blue 66

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

Shades of Apple #68AC42

Tints of Apple #68AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.29%

 BLUE value IS 66 (26.17% from 255) = 19.3%

R = 30.41%
G = 50.29%
B = 19.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#68AC42 (or 0x68AC42) is known color: Apple. HEX triplet: 68, AC and 42. RGB value is (104,172,66). Sum of RGB (Red+Green+Blue) = 104+172+66=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 172 (67.58% from 255 or 50.29% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC42 is #9753BD. Grayscale: #8B8B8B. Windows color (decimal): -9917374 or 4369512. OLE color: 4369512.

HSL color Cylindrical-coordinate representation of color #68AC42: hue angle of 98.49º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68AC42 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 66 -
CMYK 0.40 0 0.62 0.33
HSL 98.49º 0.45% 0.47% -
HSV(B) 98.49º 0.62% 0.67% -
XYZ 21.44 32.84 10.36 -
YUV 139.58 86.47 102.62 -
System Red Green Blue C M Y K H S L
Decimal 104 172 66 0.40 0 0.62 0.33 98.49 0.45 0.47
Hex 68 AC 42 28 0 3E 21 62 2D 2F
Octal 150 254 102 50 0 76 41 142 55 57
Binary 1101000 10101100 1000010 101000 0 111110 100001 1100010 101101 101111

Color Harmonies of #68AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC42

Black with #68AC42

Text Example


Text Example

White with #68AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,66); }

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

background-color css

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

 a { background-color: rgb(104,172,66); }

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

border-color css

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

 span { border-color: rgb(104,172,66); }

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