Html Css Color HEX #6F9625 Olive Drab

📋 copy color: '#6F9625'

red 111 ◦ green 150 ◦ blue 37

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

Shades of Olive Drab #6F9625

Tints of Olive Drab #6F9625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 37.25%
G = 50.34%
B = 12.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#6F9625 (or 0x6F9625) is known color: Olive Drab. HEX triplet: 6F, 96 and 25. RGB value is (111,150,37). Sum of RGB (Red+Green+Blue) = 111+150+37=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9625 is #9069DA. Grayscale: #7D7D7D. Windows color (decimal): -9464283 or 2463343. OLE color: 2463343.

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

Color convert

RGB 111 150 37 -
CMYK 0.26 0 0.75 0.41
HSL 80.71º 0.6% 0.37% -
HSV(B) 80.71º 0.75% 0.59% -
XYZ 17.8 25.33 5.7 -
YUV 125.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 111 150 37 0.26 0 0.75 0.41 80.71 0.6 0.37
Hex 6F 96 25 1A 0 4B 29 51 3C 25
Octal 157 226 45 32 0 113 51 121 74 45
Binary 1101111 10010110 100101 11010 0 1001011 101001 1010001 111100 100101

Color Harmonies of #6F9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9625

Black with #6F9625

Text Example


Text Example

White with #6F9625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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