Html Css Color HEX #678204 Olive

📋 copy color: '#678204'

red 103 ◦ green 130 ◦ blue 4

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

Shades of Olive #678204

Tints of Olive #678204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.85%

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

R = 43.46%
G = 54.85%
B = 1.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#678204 (or 0x678204) is known color: Olive. HEX triplet: 67, 82 and 04. RGB value is (103,130,4). Sum of RGB (Red+Green+Blue) = 103+130+4=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #678204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678204 is #987DFB. Grayscale: #6C6C6C. Windows color (decimal): -9993724 or 295527. OLE color: 295527.

HSL color Cylindrical-coordinate representation of color #678204: hue angle of 72.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #678204 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 130 4 -
CMYK 0.21 0 0.97 0.49
HSL 72.86º 0.94% 0.26% -
HSV(B) 72.86º 0.97% 0.51% -
XYZ 13.6 18.86 3.04 -
YUV 107.56 69.55 124.75 -
System Red Green Blue C M Y K H S L
Decimal 103 130 4 0.21 0 0.97 0.49 72.86 0.94 0.26
Hex 67 82 4 15 0 61 31 49 5E 1A
Octal 147 202 4 25 0 141 61 111 136 32
Binary 1100111 10000010 100 10101 0 1100001 110001 1001001 1011110 11010

Color Harmonies of #678204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678204

Black with #678204

Text Example


Text Example

White with #678204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678204; }

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

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

background-color css

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

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

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

border-color css

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

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

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