Html Css Color HEX #6F6E02 Olive

📋 copy color: '#6F6E02'

red 111 ◦ green 110 ◦ blue 2

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

Shades of Olive #6F6E02

Tints of Olive #6F6E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.33%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 49.78%
G = 49.33%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F6E02 (or 0x6F6E02) is known color: Olive. HEX triplet: 6F, 6E and 02. RGB value is (111,110,2). Sum of RGB (Red+Green+Blue) = 111+110+2=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E02 is #9091FD. Grayscale: #626262. Windows color (decimal): -9474558 or 159343. OLE color: 159343.

HSL color Cylindrical-coordinate representation of color #6F6E02: hue angle of 59.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F6E02 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 110 2 -
CMYK 0 0.01 0.98 0.56
HSL 59.45º 0.96% 0.22% -
HSV(B) 59.45º 0.98% 0.44% -
XYZ 12.14 14.54 2.22 -
YUV 97.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 111 110 2 0 0.01 0.98 0.56 59.45 0.96 0.22
Hex 6F 6E 2 0 1 62 38 3B 60 16
Octal 157 156 2 0 1 142 70 73 140 26
Binary 1101111 1101110 10 0 1 1100010 111000 111011 1100000 10110

Color Harmonies of #6F6E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6E02

Black with #6F6E02

Text Example


Text Example

White with #6F6E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,110,2); }

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

background-color css

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

 a { background-color: rgb(111,110,2); }

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

border-color css

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

 span { border-color: rgb(111,110,2); }

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