Html Css Color HEX #667504 Olive

📋 copy color: '#667504'

red 102 ◦ green 117 ◦ blue 4

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

Shades of Olive #667504

Tints of Olive #667504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 45.74%
G = 52.47%
B = 1.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#667504 (or 0x667504) is known color: Olive. HEX triplet: 66, 75 and 04. RGB value is (102,117,4). Sum of RGB (Red+Green+Blue) = 102+117+4=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #667504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #667504 is #998AFB. Grayscale: #646464. Windows color (decimal): -10062588 or 292198. OLE color: 292198.

HSL color Cylindrical-coordinate representation of color #667504: hue angle of 67.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #667504 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 117 4 -
CMYK 0.13 0 0.97 0.54
HSL 67.96º 0.93% 0.24% -
HSV(B) 67.96º 0.97% 0.46% -
XYZ 11.86 15.56 2.49 -
YUV 99.63 74.03 129.69 -
System Red Green Blue C M Y K H S L
Decimal 102 117 4 0.13 0 0.97 0.54 67.96 0.93 0.24
Hex 66 75 4 D 0 61 36 44 5D 18
Octal 146 165 4 15 0 141 66 104 135 30
Binary 1100110 1110101 100 1101 0 1100001 110110 1000100 1011101 11000

Color Harmonies of #667504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667504

Black with #667504

Text Example


Text Example

White with #667504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667504; }

 p { color: rgb(102,117,4); }

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

background-color css

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

 a { background-color: rgb(102,117,4); }

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

border-color css

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

 span { border-color: rgb(102,117,4); }

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