Html Css Color HEX #6F9100 Olive

📋 copy color: '#6F9100'

red 111 ◦ green 145 ◦ blue 0

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

Shades of Olive #6F9100

Tints of Olive #6F9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.64%

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

R = 43.36%
G = 56.64%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#6F9100 (or 0x6F9100) is known color: Olive. HEX triplet: 6F, 91 and 00. RGB value is (111,145,0). Sum of RGB (Red+Green+Blue) = 111+145+0=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9100 is #906EFF. Grayscale: #767676. Windows color (decimal): -9465600 or 37231. OLE color: 37231.

HSL color Cylindrical-coordinate representation of color #6F9100: hue angle of 74.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F9100 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 0 -
CMYK 0.23 0 1 0.43
HSL 74.07º 1% 0.28% -
HSV(B) 74.07º 1% 0.57% -
XYZ 16.68 23.63 3.68 -
YUV 118.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 111 145 0 0.23 0 1 0.43 74.07 1 0.28
Hex 6F 91 0 17 0 64 2B 4A 64 1C
Octal 157 221 0 27 0 144 53 112 144 34
Binary 1101111 10010001 0 10111 0 1100100 101011 1001010 1100100 11100

Color Harmonies of #6F9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9100

Black with #6F9100

Text Example


Text Example

White with #6F9100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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