Html Css Color HEX #677204 Olive

📋 copy color: '#677204'

red 103 ◦ green 114 ◦ blue 4

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

Shades of Olive #677204

Tints of Olive #677204

RGB

 RED value IS 103 (40.63% from 255) = 46.61%

 GREEN value IS 114 (44.92% from 255) = 51.58%

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

R = 46.61%
G = 51.58%
B = 1.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#677204 (or 0x677204) is known color: Olive. HEX triplet: 67, 72 and 04. RGB value is (103,114,4). Sum of RGB (Red+Green+Blue) = 103+114+4=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #677204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677204 is #988DFB. Grayscale: #626262. Windows color (decimal): -9997820 or 291431. OLE color: 291431.

HSL color Cylindrical-coordinate representation of color #677204: hue angle of 66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #677204 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 114 4 -
CMYK 0.10 0 0.96 0.55
HSL 66º 0.93% 0.23% -
HSV(B) 66º 0.96% 0.45% -
XYZ 11.63 14.93 2.38 -
YUV 98.17 74.86 131.44 -
System Red Green Blue C M Y K H S L
Decimal 103 114 4 0.10 0 0.96 0.55 66 0.93 0.23
Hex 67 72 4 A 0 60 37 42 5D 17
Octal 147 162 4 12 0 140 67 102 135 27
Binary 1100111 1110010 100 1010 0 1100000 110111 1000010 1011101 10111

Color Harmonies of #677204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677204

Black with #677204

Text Example


Text Example

White with #677204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677204; }

 p { color: rgb(103,114,4); }

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

background-color css

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

 a { background-color: rgb(103,114,4); }

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

border-color css

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

 span { border-color: rgb(103,114,4); }

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