Html Css Color HEX #668107 Olive Drab

📋 copy color: '#668107'

red 102 ◦ green 129 ◦ blue 7

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

Shades of Olive Drab #668107

Tints of Olive Drab #668107

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 42.86%
G = 54.2%
B = 2.94%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#668107 (or 0x668107) is known color: Olive Drab. HEX triplet: 66, 81 and 07. RGB value is (102,129,7). Sum of RGB (Red+Green+Blue) = 102+129+7=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #668107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668107 is #997EF8. Grayscale: #6B6B6B. Windows color (decimal): -10059513 or 491878. OLE color: 491878.

HSL color Cylindrical-coordinate representation of color #668107: hue angle of 73.28º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #668107 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 7 -
CMYK 0.21 0 0.95 0.49
HSL 73.28º 0.9% 0.27% -
HSV(B) 73.28º 0.95% 0.51% -
XYZ 13.37 18.54 3.08 -
YUV 107.02 71.55 124.42 -
System Red Green Blue C M Y K H S L
Decimal 102 129 7 0.21 0 0.95 0.49 73.28 0.9 0.27
Hex 66 81 7 15 0 5F 31 49 5A 1B
Octal 146 201 7 25 0 137 61 111 132 33
Binary 1100110 10000001 111 10101 0 1011111 110001 1001001 1011010 11011

Color Harmonies of #668107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668107

Black with #668107

Text Example


Text Example

White with #668107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668107; }

 p { color: rgb(102,129,7); }

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

background-color css

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

 a { background-color: rgb(102,129,7); }

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

border-color css

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

 span { border-color: rgb(102,129,7); }

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