Html Css Color HEX #869004 Olive

📋 copy color: '#869004'

red 134 ◦ green 144 ◦ blue 4

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

Shades of Olive #869004

Tints of Olive #869004

RGB

 RED value IS 134 (52.73% from 255) = 47.52%

 GREEN value IS 144 (56.64% from 255) = 51.06%

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

R = 47.52%
G = 51.06%
B = 1.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#869004 (or 0x869004) is known color: Olive. HEX triplet: 86, 90 and 04. RGB value is (134,144,4). Sum of RGB (Red+Green+Blue) = 134+144+4=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #869004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869004 is #796FFB. Grayscale: #7D7D7D. Windows color (decimal): -7958524 or 299142. OLE color: 299142.

HSL color Cylindrical-coordinate representation of color #869004: hue angle of 64.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #869004 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 144 4 -
CMYK 0.07 0 0.97 0.44
HSL 64.29º 0.95% 0.29% -
HSV(B) 64.29º 0.97% 0.56% -
XYZ 19.83 25.02 3.9 -
YUV 125.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 134 144 4 0.07 0 0.97 0.44 64.29 0.95 0.29
Hex 86 90 4 7 0 61 2C 40 5F 1D
Octal 206 220 4 7 0 141 54 100 137 35
Binary 10000110 10010000 100 111 0 1100001 101100 1000000 1011111 11101

Color Harmonies of #869004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869004

Black with #869004

Text Example


Text Example

White with #869004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869004; }

 p { color: rgb(134,144,4); }

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

background-color css

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

 a { background-color: rgb(134,144,4); }

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

border-color css

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

 span { border-color: rgb(134,144,4); }

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