Html Css Color HEX #6F992B Olive Drab

📋 copy color: '#6F992B'

red 111 ◦ green 153 ◦ blue 43

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

Shades of Olive Drab #6F992B

Tints of Olive Drab #6F992B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 36.16%
G = 49.84%
B = 14.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.4

RGB Variations

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

Color information

#6F992B (or 0x6F992B) is known color: Olive Drab. HEX triplet: 6F, 99 and 2B. RGB value is (111,153,43). Sum of RGB (Red+Green+Blue) = 111+153+43=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #6F992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F992B is #9066D4. Grayscale: #808080. Windows color (decimal): -9463509 or 2857327. OLE color: 2857327.

HSL color Cylindrical-coordinate representation of color #6F992B: hue angle of 82.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F992B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 43 -
CMYK 0.27 0 0.72 0.4
HSL 82.91º 0.56% 0.38% -
HSV(B) 82.91º 0.72% 0.6% -
XYZ 18.38 26.34 6.4 -
YUV 127.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 111 153 43 0.27 0 0.72 0.4 82.91 0.56 0.38
Hex 6F 99 2B 1B 0 48 28 53 38 26
Octal 157 231 53 33 0 110 50 123 70 46
Binary 1101111 10011001 101011 11011 0 1001000 101000 1010011 111000 100110

Color Harmonies of #6F992B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F992B

Black with #6F992B

Text Example


Text Example

White with #6F992B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,153,43); }

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

background-color css

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

 a { background-color: rgb(111,153,43); }

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

border-color css

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

 span { border-color: rgb(111,153,43); }

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