Html Css Color HEX #669807 Olive Drab

📋 copy color: '#669807'

red 102 ◦ green 152 ◦ blue 7

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

Shades of Olive Drab #669807

Tints of Olive Drab #669807

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.24%

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

R = 39.08%
G = 58.24%
B = 2.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#669807 (or 0x669807) is known color: Olive Drab. HEX triplet: 66, 98 and 07. RGB value is (102,152,7). Sum of RGB (Red+Green+Blue) = 102+152+7=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 152 (59.77% from 255 or 58.24% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 152 - color contains mainly: green. Hex color #669807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669807 is #9967F8. Grayscale: #797979. Windows color (decimal): -10053625 or 497766. OLE color: 497766.

HSL color Cylindrical-coordinate representation of color #669807: hue angle of 80.69º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669807 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 7 -
CMYK 0.33 0 0.95 0.40
HSL 80.69º 0.91% 0.31% -
HSV(B) 80.69º 0.95% 0.6% -
XYZ 16.75 25.3 4.2 -
YUV 120.52 63.94 114.79 -
System Red Green Blue C M Y K H S L
Decimal 102 152 7 0.33 0 0.95 0.40 80.69 0.91 0.31
Hex 66 98 7 21 0 5F 28 51 5B 1F
Octal 146 230 7 41 0 137 50 121 133 37
Binary 1100110 10011000 111 100001 0 1011111 101000 1010001 1011011 11111

Color Harmonies of #669807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669807

Black with #669807

Text Example


Text Example

White with #669807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669807; }

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

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

background-color css

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

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

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

border-color css

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

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

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