Html Css Color HEX #667A03 Olive

📋 copy color: '#667A03'

red 102 ◦ green 122 ◦ blue 3

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

Shades of Olive #667A03

Tints of Olive #667A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.32%

R = 44.93%
G = 53.74%
B = 1.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#667A03 (or 0x667A03) is known color: Olive. HEX triplet: 66, 7A and 03. RGB value is (102,122,3). Sum of RGB (Red+Green+Blue) = 102+122+3=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #667A03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667A03 is #9985FC. Grayscale: #666666. Windows color (decimal): -10061309 or 227942. OLE color: 227942.

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

Color convert

RGB 102 122 3 -
CMYK 0.16 0 0.98 0.52
HSL 70.08º 0.95% 0.25% -
HSV(B) 70.08º 0.98% 0.48% -
XYZ 12.46 16.75 2.66 -
YUV 102.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 102 122 3 0.16 0 0.98 0.52 70.08 0.95 0.25
Hex 66 7A 3 10 0 62 34 46 5F 19
Octal 146 172 3 20 0 142 64 106 137 31
Binary 1100110 1111010 11 10000 0 1100010 110100 1000110 1011111 11001

Color Harmonies of #667A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A03

Black with #667A03

Text Example


Text Example

White with #667A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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