Html Css Color HEX #6F8600 Olive

📋 copy color: '#6F8600'

red 111 ◦ green 134 ◦ blue 0

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

Shades of Olive #6F8600

Tints of Olive #6F8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.31%
G = 54.69%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#6F8600 (or 0x6F8600) is known color: Olive. HEX triplet: 6F, 86 and 00. RGB value is (111,134,0). Sum of RGB (Red+Green+Blue) = 111+134+0=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8600 is #9079FF. Grayscale: #707070. Windows color (decimal): -9468416 or 34415. OLE color: 34415.

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

Color convert

RGB 111 134 0 -
CMYK 0.17 0 1 0.47
HSL 70.3º 1% 0.26% -
HSV(B) 70.3º 1% 0.53% -
XYZ 15.08 20.43 3.15 -
YUV 111.85 64.88 127.4 -
System Red Green Blue C M Y K H S L
Decimal 111 134 0 0.17 0 1 0.47 70.3 1 0.26
Hex 6F 86 0 11 0 64 2F 46 64 1A
Octal 157 206 0 21 0 144 57 106 144 32
Binary 1101111 10000110 0 10001 0 1100100 101111 1000110 1100100 11010

Color Harmonies of #6F8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8600

Black with #6F8600

Text Example


Text Example

White with #6F8600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,134,0); }

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

background-color css

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

 a { background-color: rgb(111,134,0); }

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

border-color css

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

 span { border-color: rgb(111,134,0); }

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