Html Css Color HEX #669407 Olive Drab

📋 copy color: '#669407'

red 102 ◦ green 148 ◦ blue 7

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

Shades of Olive Drab #669407

Tints of Olive Drab #669407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

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

R = 39.69%
G = 57.59%
B = 2.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#669407 (or 0x669407) is known color: Olive Drab. HEX triplet: 66, 94 and 07. RGB value is (102,148,7). Sum of RGB (Red+Green+Blue) = 102+148+7=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #669407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669407 is #996BF8. Grayscale: #767676. Windows color (decimal): -10054649 or 496742. OLE color: 496742.

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

Color convert

RGB 102 148 7 -
CMYK 0.31 0 0.95 0.42
HSL 79.57º 0.91% 0.3% -
HSV(B) 79.57º 0.95% 0.58% -
XYZ 16.11 24.02 3.99 -
YUV 118.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 102 148 7 0.31 0 0.95 0.42 79.57 0.91 0.3
Hex 66 94 7 1F 0 5F 2A 50 5B 1E
Octal 146 224 7 37 0 137 52 120 133 36
Binary 1100110 10010100 111 11111 0 1011111 101010 1010000 1011011 11110

Color Harmonies of #669407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669407

Black with #669407

Text Example


Text Example

White with #669407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669407; }

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

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

background-color css

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

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

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

border-color css

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

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

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