Html Css Color HEX #6C7200 Olive

📋 copy color: '#6C7200'

red 108 ◦ green 114 ◦ blue 0

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

Shades of Olive #6C7200

Tints of Olive #6C7200

RGB

 RED value IS 108 (42.58% from 255) = 48.65%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.65%
G = 51.35%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#6C7200 (or 0x6C7200) is known color: Olive. HEX triplet: 6C, 72 and 00. RGB value is (108,114,0). Sum of RGB (Red+Green+Blue) = 108+114+0=222 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.65% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7200 is #938DFF. Grayscale: #636363. Windows color (decimal): -9670144 or 29292. OLE color: 29292.

HSL color Cylindrical-coordinate representation of color #6C7200: hue angle of 63.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7200 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 114 0 -
CMYK 0.05 0 1 0.55
HSL 63.16º 1% 0.22% -
HSV(B) 63.16º 1% 0.45% -
XYZ 12.2 15.22 2.3 -
YUV 99.21 72.01 134.27 -
System Red Green Blue C M Y K H S L
Decimal 108 114 0 0.05 0 1 0.55 63.16 1 0.22
Hex 6C 72 0 5 0 64 37 3F 64 16
Octal 154 162 0 5 0 144 67 77 144 26
Binary 1101100 1110010 0 101 0 1100100 110111 111111 1100100 10110

Color Harmonies of #6C7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7200

Black with #6C7200

Text Example


Text Example

White with #6C7200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,0); }

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

background-color css

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

 a { background-color: rgb(108,114,0); }

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

border-color css

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

 span { border-color: rgb(108,114,0); }

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