Html Css Color HEX #668706 Olive Drab

📋 copy color: '#668706'

red 102 ◦ green 135 ◦ blue 6

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

Shades of Olive Drab #668706

Tints of Olive Drab #668706

RGB

 RED value IS 102 (40.23% from 255) = 41.98%

 GREEN value IS 135 (53.13% from 255) = 55.56%

 BLUE value IS 6 (2.73% from 255) = 2.47%

R = 41.98%
G = 55.56%
B = 2.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#668706 (or 0x668706) is known color: Olive Drab. HEX triplet: 66, 87 and 06. RGB value is (102,135,6). Sum of RGB (Red+Green+Blue) = 102+135+6=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #668706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668706 is #9978F9. Grayscale: #6E6E6E. Windows color (decimal): -10057978 or 427878. OLE color: 427878.

HSL color Cylindrical-coordinate representation of color #668706: hue angle of 75.35º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #668706 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 135 6 -
CMYK 0.24 0 0.96 0.47
HSL 75.35º 0.91% 0.28% -
HSV(B) 75.35º 0.96% 0.53% -
XYZ 14.18 20.17 3.32 -
YUV 110.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 102 135 6 0.24 0 0.96 0.47 75.35 0.91 0.28
Hex 66 87 6 18 0 60 2F 4B 5B 1C
Octal 146 207 6 30 0 140 57 113 133 34
Binary 1100110 10000111 110 11000 0 1100000 101111 1001011 1011011 11100

Color Harmonies of #668706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668706

Black with #668706

Text Example


Text Example

White with #668706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668706; }

 p { color: rgb(102,135,6); }

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

background-color css

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

 a { background-color: rgb(102,135,6); }

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

border-color css

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

 span { border-color: rgb(102,135,6); }

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