Html Css Color HEX #6F9818 Olive Drab

📋 copy color: '#6F9818'

red 111 ◦ green 152 ◦ blue 24

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

Shades of Olive Drab #6F9818

Tints of Olive Drab #6F9818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 38.68%
G = 52.96%
B = 8.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#6F9818 (or 0x6F9818) is known color: Olive Drab. HEX triplet: 6F, 98 and 18. RGB value is (111,152,24). Sum of RGB (Red+Green+Blue) = 111+152+24=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9818 is #9067E7. Grayscale: #7D7D7D. Windows color (decimal): -9463784 or 1611887. OLE color: 1611887.

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

Color convert

RGB 111 152 24 -
CMYK 0.27 0 0.84 0.40
HSL 79.22º 0.73% 0.35% -
HSV(B) 79.22º 0.84% 0.6% -
XYZ 17.95 25.9 4.92 -
YUV 125.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 111 152 24 0.27 0 0.84 0.40 79.22 0.73 0.35
Hex 6F 98 18 1B 0 54 28 4F 49 23
Octal 157 230 30 33 0 124 50 117 111 43
Binary 1101111 10011000 11000 11011 0 1010100 101000 1001111 1001001 100011

Color Harmonies of #6F9818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9818

Black with #6F9818

Text Example


Text Example

White with #6F9818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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