Html Css Color HEX #6F9812 Olive Drab

📋 copy color: '#6F9812'

red 111 ◦ green 152 ◦ blue 18

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

Shades of Olive Drab #6F9812

Tints of Olive Drab #6F9812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.09%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 39.5%
G = 54.09%
B = 6.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#6F9812 (or 0x6F9812) is known color: Olive Drab. HEX triplet: 6F, 98 and 12. RGB value is (111,152,18). Sum of RGB (Red+Green+Blue) = 111+152+18=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9812 is #9067ED. Grayscale: #7C7C7C. Windows color (decimal): -9463790 or 1218671. OLE color: 1218671.

HSL color Cylindrical-coordinate representation of color #6F9812: hue angle of 78.36º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F9812 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 18 -
CMYK 0.27 0 0.88 0.40
HSL 78.36º 0.79% 0.33% -
HSV(B) 78.36º 0.88% 0.6% -
XYZ 17.89 25.88 4.62 -
YUV 124.47 67.92 118.4 -
System Red Green Blue C M Y K H S L
Decimal 111 152 18 0.27 0 0.88 0.40 78.36 0.79 0.33
Hex 6F 98 12 1B 0 58 28 4E 4F 21
Octal 157 230 22 33 0 130 50 116 117 41
Binary 1101111 10011000 10010 11011 0 1011000 101000 1001110 1001111 100001

Color Harmonies of #6F9812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9812

Black with #6F9812

Text Example


Text Example

White with #6F9812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,18); }

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

background-color css

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

 a { background-color: rgb(111,152,18); }

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

border-color css

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

 span { border-color: rgb(111,152,18); }

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