Html Css Color HEX #6C7605 Olive

📋 copy color: '#6C7605'

red 108 ◦ green 118 ◦ blue 5

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

Shades of Olive #6C7605

Tints of Olive #6C7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 46.75%
G = 51.08%
B = 2.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#6C7605 (or 0x6C7605) is known color: Olive. HEX triplet: 6C, 76 and 05. RGB value is (108,118,5). Sum of RGB (Red+Green+Blue) = 108+118+5=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #6C7605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7605 is #9389FA. Grayscale: #666666. Windows color (decimal): -9669115 or 357996. OLE color: 357996.

HSL color Cylindrical-coordinate representation of color #6C7605: hue angle of 65.31º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C7605 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 5 -
CMYK 0.08 0 0.96 0.54
HSL 65.31º 0.92% 0.24% -
HSV(B) 65.31º 0.96% 0.46% -
XYZ 12.69 16.16 2.59 -
YUV 102.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 108 118 5 0.08 0 0.96 0.54 65.31 0.92 0.24
Hex 6C 76 5 8 0 60 36 41 5C 18
Octal 154 166 5 10 0 140 66 101 134 30
Binary 1101100 1110110 101 1000 0 1100000 110110 1000001 1011100 11000

Color Harmonies of #6C7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7605

Black with #6C7605

Text Example


Text Example

White with #6C7605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,118,5); }

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

background-color css

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

 a { background-color: rgb(108,118,5); }

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

border-color css

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

 span { border-color: rgb(108,118,5); }

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