Html Css Color HEX #6F8B25 Olive Drab

📋 copy color: '#6F8B25'

red 111 ◦ green 139 ◦ blue 37

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

Shades of Olive Drab #6F8B25

Tints of Olive Drab #6F8B25

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.43%

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

R = 38.68%
G = 48.43%
B = 12.89%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#6F8B25 (or 0x6F8B25) is known color: Olive Drab. HEX triplet: 6F, 8B and 25. RGB value is (111,139,37). Sum of RGB (Red+Green+Blue) = 111+139+37=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 139 (54.69% from 255 or 48.43% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 139 - color contains mainly: green. Hex color #6F8B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8B25 is #9074DA. Grayscale: #777777. Windows color (decimal): -9467099 or 2460527. OLE color: 2460527.

HSL color Cylindrical-coordinate representation of color #6F8B25: hue angle of 76.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F8B25 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 139 37 -
CMYK 0.20 0 0.73 0.45
HSL 76.47º 0.58% 0.35% -
HSV(B) 76.47º 0.73% 0.55% -
XYZ 16.12 21.98 5.14 -
YUV 119 81.72 122.29 -
System Red Green Blue C M Y K H S L
Decimal 111 139 37 0.20 0 0.73 0.45 76.47 0.58 0.35
Hex 6F 8B 25 14 0 49 2D 4C 3A 23
Octal 157 213 45 24 0 111 55 114 72 43
Binary 1101111 10001011 100101 10100 0 1001001 101101 1001100 111010 100011

Color Harmonies of #6F8B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8B25

Black with #6F8B25

Text Example


Text Example

White with #6F8B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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