Html Css Color HEX #6F9628 Olive Drab

📋 copy color: '#6F9628'

red 111 ◦ green 150 ◦ blue 40

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

Shades of Olive Drab #6F9628

Tints of Olive Drab #6F9628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 36.88%
G = 49.83%
B = 13.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#6F9628 (or 0x6F9628) is known color: Olive Drab. HEX triplet: 6F, 96 and 28. RGB value is (111,150,40). Sum of RGB (Red+Green+Blue) = 111+150+40=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9628 is #9069D7. Grayscale: #7E7E7E. Windows color (decimal): -9464280 or 2659951. OLE color: 2659951.

HSL color Cylindrical-coordinate representation of color #6F9628: hue angle of 81.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F9628 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 150 40 -
CMYK 0.26 0 0.73 0.41
HSL 81.27º 0.58% 0.37% -
HSV(B) 81.27º 0.73% 0.59% -
XYZ 17.84 25.35 5.96 -
YUV 125.8 79.58 117.44 -
System Red Green Blue C M Y K H S L
Decimal 111 150 40 0.26 0 0.73 0.41 81.27 0.58 0.37
Hex 6F 96 28 1A 0 49 29 51 3A 25
Octal 157 226 50 32 0 111 51 121 72 45
Binary 1101111 10010110 101000 11010 0 1001001 101001 1010001 111010 100101

Color Harmonies of #6F9628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9628

Black with #6F9628

Text Example


Text Example

White with #6F9628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,150,40); }

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

background-color css

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

 a { background-color: rgb(111,150,40); }

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

border-color css

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

 span { border-color: rgb(111,150,40); }

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