Html Css Color HEX #6F770D Olive

📋 copy color: '#6F770D'

red 111 ◦ green 119 ◦ blue 13

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

Shades of Olive #6F770D

Tints of Olive #6F770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 45.68%
G = 48.97%
B = 5.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#6F770D (or 0x6F770D) is known color: Olive. HEX triplet: 6F, 77 and 0D. RGB value is (111,119,13). Sum of RGB (Red+Green+Blue) = 111+119+13=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #6F770D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F770D is #9088F2. Grayscale: #686868. Windows color (decimal): -9472243 or 882543. OLE color: 882543.

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

Color convert

RGB 111 119 13 -
CMYK 0.07 0 0.89 0.53
HSL 64.53º 0.8% 0.26% -
HSV(B) 64.53º 0.89% 0.47% -
XYZ 13.23 16.6 2.89 -
YUV 104.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 111 119 13 0.07 0 0.89 0.53 64.53 0.8 0.26
Hex 6F 77 D 7 0 59 35 41 50 1A
Octal 157 167 15 7 0 131 65 101 120 32
Binary 1101111 1110111 1101 111 0 1011001 110101 1000001 1010000 11010

Color Harmonies of #6F770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F770D

Black with #6F770D

Text Example


Text Example

White with #6F770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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