Html Css Color HEX #6B7204 Olive

📋 copy color: '#6B7204'

red 107 ◦ green 114 ◦ blue 4

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

Shades of Olive #6B7204

Tints of Olive #6B7204

RGB

 RED value IS 107 (42.19% from 255) = 47.56%

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

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

R = 47.56%
G = 50.67%
B = 1.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#6B7204 (or 0x6B7204) is known color: Olive. HEX triplet: 6B, 72 and 04. RGB value is (107,114,4). Sum of RGB (Red+Green+Blue) = 107+114+4=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7204 is #948DFB. Grayscale: #636363. Windows color (decimal): -9735676 or 291435. OLE color: 291435.

HSL color Cylindrical-coordinate representation of color #6B7204: hue angle of 63.82º 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 #6B7204 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 114 4 -
CMYK 0.06 0 0.96 0.55
HSL 63.82º 0.93% 0.23% -
HSV(B) 63.82º 0.96% 0.45% -
XYZ 12.1 15.17 2.4 -
YUV 99.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 107 114 4 0.06 0 0.96 0.55 63.82 0.93 0.23
Hex 6B 72 4 6 0 60 37 40 5D 17
Octal 153 162 4 6 0 140 67 100 135 27
Binary 1101011 1110010 100 110 0 1100000 110111 1000000 1011101 10111

Color Harmonies of #6B7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7204

Black with #6B7204

Text Example


Text Example

White with #6B7204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B7204; }

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

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

background-color css

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

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

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

border-color css

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

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

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