Html Css Color HEX #667F2F Olive Drab

📋 copy color: '#667F2F'

red 102 ◦ green 127 ◦ blue 47

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

Shades of Olive Drab #667F2F

Tints of Olive Drab #667F2F

RGB

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

 GREEN value IS 127 (50% from 255) = 46.01%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 36.96%
G = 46.01%
B = 17.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#667F2F (or 0x667F2F) is known color: Olive Drab. HEX triplet: 66, 7F and 2F. RGB value is (102,127,47). Sum of RGB (Red+Green+Blue) = 102+127+47=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #667F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F2F is #9980D0. Grayscale: #6E6E6E. Windows color (decimal): -10059985 or 3112806. OLE color: 3112806.

HSL color Cylindrical-coordinate representation of color #667F2F: hue angle of 78.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #667F2F is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 127 47 -
CMYK 0.20 0 0.63 0.50
HSL 78.75º 0.46% 0.34% -
HSV(B) 78.75º 0.63% 0.5% -
XYZ 13.58 18.21 5.49 -
YUV 110.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 102 127 47 0.20 0 0.63 0.50 78.75 0.46 0.34
Hex 66 7F 2F 14 0 3F 32 4F 2E 22
Octal 146 177 57 24 0 77 62 117 56 42
Binary 1100110 1111111 101111 10100 0 111111 110010 1001111 101110 100010

Color Harmonies of #667F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F2F

Black with #667F2F

Text Example


Text Example

White with #667F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667F2F; }

 p { color: rgb(102,127,47); }

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

background-color css

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

 a { background-color: rgb(102,127,47); }

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

border-color css

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

 span { border-color: rgb(102,127,47); }

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