Html Css Color HEX #869804 Olive

📋 copy color: '#869804'

red 134 ◦ green 152 ◦ blue 4

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

Shades of Olive #869804

Tints of Olive #869804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.41%

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

R = 46.21%
G = 52.41%
B = 1.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#869804 (or 0x869804) is known color: Olive. HEX triplet: 86, 98 and 04. RGB value is (134,152,4). Sum of RGB (Red+Green+Blue) = 134+152+4=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #869804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #869804 is #7967FB. Grayscale: #828282. Windows color (decimal): -7956476 or 301190. OLE color: 301190.

HSL color Cylindrical-coordinate representation of color #869804: hue angle of 67.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #869804 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 4 -
CMYK 0.12 0 0.97 0.40
HSL 67.3º 0.95% 0.31% -
HSV(B) 67.3º 0.97% 0.6% -
XYZ 21.08 27.53 4.32 -
YUV 129.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 134 152 4 0.12 0 0.97 0.40 67.3 0.95 0.31
Hex 86 98 4 C 0 61 28 43 5F 1F
Octal 206 230 4 14 0 141 50 103 137 37
Binary 10000110 10011000 100 1100 0 1100001 101000 1000011 1011111 11111

Color Harmonies of #869804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869804

Black with #869804

Text Example


Text Example

White with #869804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869804; }

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

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

background-color css

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

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

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

border-color css

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

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

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