Html Css Color HEX #6F7A0F Olive

📋 copy color: '#6F7A0F'

red 111 ◦ green 122 ◦ blue 15

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

Shades of Olive #6F7A0F

Tints of Olive #6F7A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.19%

 BLUE value IS 15 (6.25% from 255) = 6.05%

R = 44.76%
G = 49.19%
B = 6.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#6F7A0F (or 0x6F7A0F) is known color: Olive. HEX triplet: 6F, 7A and 0F. RGB value is (111,122,15). Sum of RGB (Red+Green+Blue) = 111+122+15=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7A0F is #9085F0. Grayscale: #6A6A6A. Windows color (decimal): -9471473 or 1014383. OLE color: 1014383.

HSL color Cylindrical-coordinate representation of color #6F7A0F: hue angle of 66.17º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F7A0F is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 122 15 -
CMYK 0.09 0 0.88 0.52
HSL 66.17º 0.78% 0.27% -
HSV(B) 66.17º 0.88% 0.48% -
XYZ 13.6 17.33 3.08 -
YUV 106.51 76.36 131.2 -
System Red Green Blue C M Y K H S L
Decimal 111 122 15 0.09 0 0.88 0.52 66.17 0.78 0.27
Hex 6F 7A F 9 0 58 34 42 4E 1B
Octal 157 172 17 11 0 130 64 102 116 33
Binary 1101111 1111010 1111 1001 0 1011000 110100 1000010 1001110 11011

Color Harmonies of #6F7A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A0F

Black with #6F7A0F

Text Example


Text Example

White with #6F7A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,15); }

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

background-color css

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

 a { background-color: rgb(111,122,15); }

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

border-color css

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

 span { border-color: rgb(111,122,15); }

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