Html Css Color HEX #6F972C Olive Drab

📋 copy color: '#6F972C'

red 111 ◦ green 151 ◦ blue 44

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

Shades of Olive Drab #6F972C

Tints of Olive Drab #6F972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 36.27%
G = 49.35%
B = 14.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#6F972C (or 0x6F972C) is known color: Olive Drab. HEX triplet: 6F, 97 and 2C. RGB value is (111,151,44). Sum of RGB (Red+Green+Blue) = 111+151+44=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #6F972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F972C is #9068D3. Grayscale: #7F7F7F. Windows color (decimal): -9464020 or 2922351. OLE color: 2922351.

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

Color convert

RGB 111 151 44 -
CMYK 0.26 0 0.71 0.41
HSL 82.43º 0.55% 0.38% -
HSV(B) 82.43º 0.71% 0.59% -
XYZ 18.08 25.69 6.39 -
YUV 126.84 81.25 116.7 -
System Red Green Blue C M Y K H S L
Decimal 111 151 44 0.26 0 0.71 0.41 82.43 0.55 0.38
Hex 6F 97 2C 1A 0 47 29 52 37 26
Octal 157 227 54 32 0 107 51 122 67 46
Binary 1101111 10010111 101100 11010 0 1000111 101001 1010010 110111 100110

Color Harmonies of #6F972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F972C

Black with #6F972C

Text Example


Text Example

White with #6F972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,151,44); }

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

background-color css

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

 a { background-color: rgb(111,151,44); }

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

border-color css

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

 span { border-color: rgb(111,151,44); }

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