Html Css Color HEX #6C6D04 Olive

📋 copy color: '#6C6D04'

red 108 ◦ green 109 ◦ blue 4

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

Shades of Olive #6C6D04

Tints of Olive #6C6D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.32%

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

R = 48.87%
G = 49.32%
B = 1.81%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6C6D04 (or 0x6C6D04) is known color: Olive. HEX triplet: 6C, 6D and 04. RGB value is (108,109,4). Sum of RGB (Red+Green+Blue) = 108+109+4=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6D04 is #9392FB. Grayscale: #616161. Windows color (decimal): -9671420 or 290156. OLE color: 290156.

HSL color Cylindrical-coordinate representation of color #6C6D04: hue angle of 60.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C6D04 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 109 4 -
CMYK 0.01 0 0.96 0.57
HSL 60.57º 0.93% 0.22% -
HSV(B) 60.57º 0.96% 0.43% -
XYZ 11.67 14.13 2.23 -
YUV 96.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 108 109 4 0.01 0 0.96 0.57 60.57 0.93 0.22
Hex 6C 6D 4 1 0 60 39 3D 5D 16
Octal 154 155 4 1 0 140 71 75 135 26
Binary 1101100 1101101 100 1 0 1100000 111001 111101 1011101 10110

Color Harmonies of #6C6D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D04

Black with #6C6D04

Text Example


Text Example

White with #6C6D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,109,4); }

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

background-color css

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

 a { background-color: rgb(108,109,4); }

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

border-color css

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

 span { border-color: rgb(108,109,4); }

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