Html Css Color HEX #6F780D Olive

📋 copy color: '#6F780D'

red 111 ◦ green 120 ◦ blue 13

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

Shades of Olive #6F780D

Tints of Olive #6F780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 49.18%

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

R = 45.49%
G = 49.18%
B = 5.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#6F780D (or 0x6F780D) is known color: Olive. HEX triplet: 6F, 78 and 0D. RGB value is (111,120,13). Sum of RGB (Red+Green+Blue) = 111+120+13=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #6F780D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F780D is #9087F2. Grayscale: #696969. Windows color (decimal): -9471987 or 882799. OLE color: 882799.

HSL color Cylindrical-coordinate representation of color #6F780D: hue angle of 65.05º 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 #6F780D is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 120 13 -
CMYK 0.08 0 0.89 0.53
HSL 65.05º 0.8% 0.26% -
HSV(B) 65.05º 0.89% 0.47% -
XYZ 13.34 16.84 2.93 -
YUV 105.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 111 120 13 0.08 0 0.89 0.53 65.05 0.8 0.26
Hex 6F 78 D 8 0 59 35 41 50 1A
Octal 157 170 15 10 0 131 65 101 120 32
Binary 1101111 1111000 1101 1000 0 1011001 110101 1000001 1010000 11010

Color Harmonies of #6F780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F780D

Black with #6F780D

Text Example


Text Example

White with #6F780D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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