Html Css Color HEX #6F770C Olive

📋 copy color: '#6F770C'

red 111 ◦ green 119 ◦ blue 12

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

Shades of Olive #6F770C

Tints of Olive #6F770C

RGB

 RED value IS 111 (43.75% from 255) = 45.87%

 GREEN value IS 119 (46.88% from 255) = 49.17%

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 45.87%
G = 49.17%
B = 4.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#6F770C (or 0x6F770C) is known color: Olive. HEX triplet: 6F, 77 and 0C. RGB value is (111,119,12). Sum of RGB (Red+Green+Blue) = 111+119+12=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #6F770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F770C is #9088F3. Grayscale: #686868. Windows color (decimal): -9472244 or 817007. OLE color: 817007.

HSL color Cylindrical-coordinate representation of color #6F770C: hue angle of 64.49º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F770C is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 119 12 -
CMYK 0.07 0 0.90 0.53
HSL 64.49º 0.82% 0.26% -
HSV(B) 64.49º 0.9% 0.47% -
XYZ 13.22 16.6 2.86 -
YUV 104.41 75.85 132.7 -
System Red Green Blue C M Y K H S L
Decimal 111 119 12 0.07 0 0.90 0.53 64.49 0.82 0.26
Hex 6F 77 C 7 0 5A 35 40 52 1A
Octal 157 167 14 7 0 132 65 100 122 32
Binary 1101111 1110111 1100 111 0 1011010 110101 1000000 1010010 11010

Color Harmonies of #6F770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F770C

Black with #6F770C

Text Example


Text Example

White with #6F770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,119,12); }

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

background-color css

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

 a { background-color: rgb(111,119,12); }

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

border-color css

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

 span { border-color: rgb(111,119,12); }

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