Html Css Color HEX #6F6A00 Olive

📋 copy color: '#6F6A00'

red 111 ◦ green 106 ◦ blue 0

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

Shades of Olive #6F6A00

Tints of Olive #6F6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.85%

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

R = 51.15%
G = 48.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F6A00 (or 0x6F6A00) is known color: Olive. HEX triplet: 6F, 6A and 00. RGB value is (111,106,0). Sum of RGB (Red+Green+Blue) = 111+106+0=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6A00 is #9095FF. Grayscale: #5F5F5F. Windows color (decimal): -9475584 or 27247. OLE color: 27247.

HSL color Cylindrical-coordinate representation of color #6F6A00: hue angle of 57.3º 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 #6F6A00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 106 0 -
CMYK 0 0.05 1 0.56
HSL 57.3º 1% 0.22% -
HSV(B) 57.3º 1% 0.44% -
XYZ 11.71 13.69 2.02 -
YUV 95.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 111 106 0 0 0.05 1 0.56 57.3 1 0.22
Hex 6F 6A 0 0 5 64 38 39 64 16
Octal 157 152 0 0 5 144 70 71 144 26
Binary 1101111 1101010 0 0 101 1100100 111000 111001 1100100 10110

Color Harmonies of #6F6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6A00

Black with #6F6A00

Text Example


Text Example

White with #6F6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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