Html Css Color HEX #6F7705 Olive

📋 copy color: '#6F7705'

red 111 ◦ green 119 ◦ blue 5

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

Shades of Olive #6F7705

Tints of Olive #6F7705

RGB

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

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

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

R = 47.23%
G = 50.64%
B = 2.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#6F7705 (or 0x6F7705) is known color: Olive. HEX triplet: 6F, 77 and 05. RGB value is (111,119,5). Sum of RGB (Red+Green+Blue) = 111+119+5=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7705 is #9088FA. Grayscale: #686868. Windows color (decimal): -9472251 or 358255. OLE color: 358255.

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

Color convert

RGB 111 119 5 -
CMYK 0.07 0 0.96 0.53
HSL 64.21º 0.92% 0.24% -
HSV(B) 64.21º 0.96% 0.47% -
XYZ 13.18 16.58 2.65 -
YUV 103.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 111 119 5 0.07 0 0.96 0.53 64.21 0.92 0.24
Hex 6F 77 5 7 0 60 35 40 5C 18
Octal 157 167 5 7 0 140 65 100 134 30
Binary 1101111 1110111 101 111 0 1100000 110101 1000000 1011100 11000

Color Harmonies of #6F7705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7705

Black with #6F7705

Text Example


Text Example

White with #6F7705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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