Html Css Color HEX #6F6800 Olive

📋 copy color: '#6F6800'

red 111 ◦ green 104 ◦ blue 0

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

Shades of Olive #6F6800

Tints of Olive #6F6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.37%

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

R = 51.63%
G = 48.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F6800 (or 0x6F6800) is known color: Olive. HEX triplet: 6F, 68 and 00. RGB value is (111,104,0). Sum of RGB (Red+Green+Blue) = 111+104+0=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 104 (41.02% from 255 or 48.37% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6800 is #9097FF. Grayscale: #5E5E5E. Windows color (decimal): -9476096 or 26735. OLE color: 26735.

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

Color convert

RGB 111 104 0 -
CMYK 0 0.06 1 0.56
HSL 56.22º 1% 0.22% -
HSV(B) 56.22º 1% 0.44% -
XYZ 11.51 13.28 1.96 -
YUV 94.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 111 104 0 0 0.06 1 0.56 56.22 1 0.22
Hex 6F 68 0 0 6 64 38 38 64 16
Octal 157 150 0 0 6 144 70 70 144 26
Binary 1101111 1101000 0 0 110 1100100 111000 111000 1100100 10110

Color Harmonies of #6F6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6800

Black with #6F6800

Text Example


Text Example

White with #6F6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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