Html Css Color HEX #6C7F06 Olive

📋 copy color: '#6C7F06'

red 108 ◦ green 127 ◦ blue 6

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

Shades of Olive #6C7F06

Tints of Olive #6C7F06

RGB

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

 GREEN value IS 127 (50% from 255) = 52.7%

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 44.81%
G = 52.7%
B = 2.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#6C7F06 (or 0x6C7F06) is known color: Olive. HEX triplet: 6C, 7F and 06. RGB value is (108,127,6). Sum of RGB (Red+Green+Blue) = 108+127+6=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 127 (50% from 255 or 52.70% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7F06 is #9380F9. Grayscale: #6B6B6B. Windows color (decimal): -9666810 or 425836. OLE color: 425836.

HSL color Cylindrical-coordinate representation of color #6C7F06: hue angle of 69.42º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C7F06 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 127 6 -
CMYK 0.15 0 0.95 0.50
HSL 69.42º 0.91% 0.26% -
HSV(B) 69.42º 0.95% 0.5% -
XYZ 13.81 18.38 2.99 -
YUV 107.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 108 127 6 0.15 0 0.95 0.50 69.42 0.91 0.26
Hex 6C 7F 6 F 0 5F 32 45 5B 1A
Octal 154 177 6 17 0 137 62 105 133 32
Binary 1101100 1111111 110 1111 0 1011111 110010 1000101 1011011 11010

Color Harmonies of #6C7F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7F06

Black with #6C7F06

Text Example


Text Example

White with #6C7F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,127,6); }

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

background-color css

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

 a { background-color: rgb(108,127,6); }

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

border-color css

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

 span { border-color: rgb(108,127,6); }

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