Html Css Color HEX #6C6D03 Olive

📋 copy color: '#6C6D03'

red 108 ◦ green 109 ◦ blue 3

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

Shades of Olive #6C6D03

Tints of Olive #6C6D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 49.09%
G = 49.55%
B = 1.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.57

RGB Variations

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

Color information

#6C6D03 (or 0x6C6D03) is known color: Olive. HEX triplet: 6C, 6D and 03. RGB value is (108,109,3). Sum of RGB (Red+Green+Blue) = 108+109+3=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6D03 is #9392FC. Grayscale: #616161. Windows color (decimal): -9671421 or 224620. OLE color: 224620.

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

Color convert

RGB 108 109 3 -
CMYK 0.01 0 0.97 0.57
HSL 60.57º 0.95% 0.22% -
HSV(B) 60.57º 0.97% 0.43% -
XYZ 11.67 14.13 2.2 -
YUV 96.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 108 109 3 0.01 0 0.97 0.57 60.57 0.95 0.22
Hex 6C 6D 3 1 0 61 39 3D 5F 16
Octal 154 155 3 1 0 141 71 75 137 26
Binary 1101100 1101101 11 1 0 1100001 111001 111101 1011111 10110

Color Harmonies of #6C6D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D03

Black with #6C6D03

Text Example


Text Example

White with #6C6D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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