Html Css Color HEX #667A05 Olive

📋 copy color: '#667A05'

red 102 ◦ green 122 ◦ blue 5

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

Shades of Olive #667A05

Tints of Olive #667A05

RGB

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

 GREEN value IS 122 (48.05% from 255) = 53.28%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 44.54%
G = 53.28%
B = 2.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#667A05 (or 0x667A05) is known color: Olive. HEX triplet: 66, 7A and 05. RGB value is (102,122,5). Sum of RGB (Red+Green+Blue) = 102+122+5=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 122 (48.05% from 255 or 53.28% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 122 - color contains mainly: green. Hex color #667A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A05 is #9985FA. Grayscale: #676767. Windows color (decimal): -10061307 or 359014. OLE color: 359014.

HSL color Cylindrical-coordinate representation of color #667A05: hue angle of 70.26º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #667A05 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 122 5 -
CMYK 0.16 0 0.96 0.52
HSL 70.26º 0.92% 0.25% -
HSV(B) 70.26º 0.96% 0.48% -
XYZ 12.47 16.75 2.72 -
YUV 102.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 102 122 5 0.16 0 0.96 0.52 70.26 0.92 0.25
Hex 66 7A 5 10 0 60 34 46 5C 19
Octal 146 172 5 20 0 140 64 106 134 31
Binary 1100110 1111010 101 10000 0 1100000 110100 1000110 1011100 11001

Color Harmonies of #667A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A05

Black with #667A05

Text Example


Text Example

White with #667A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,122,5); }

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

background-color css

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

 a { background-color: rgb(102,122,5); }

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

border-color css

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

 span { border-color: rgb(102,122,5); }

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