Html Css Color HEX #6F922D Olive Drab

📋 copy color: '#6F922D'

red 111 ◦ green 146 ◦ blue 45

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

Shades of Olive Drab #6F922D

Tints of Olive Drab #6F922D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.34%

 BLUE value IS 45 (17.97% from 255) = 14.9%

R = 36.75%
G = 48.34%
B = 14.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#6F922D (or 0x6F922D) is known color: Olive Drab. HEX triplet: 6F, 92 and 2D. RGB value is (111,146,45). Sum of RGB (Red+Green+Blue) = 111+146+45=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #6F922D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F922D is #906DD2. Grayscale: #7C7C7C. Windows color (decimal): -9465299 or 2986607. OLE color: 2986607.

HSL color Cylindrical-coordinate representation of color #6F922D: hue angle of 80.79º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F922D is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 146 45 -
CMYK 0.24 0 0.69 0.43
HSL 80.79º 0.53% 0.37% -
HSV(B) 80.79º 0.69% 0.57% -
XYZ 17.31 24.13 6.23 -
YUV 124.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 111 146 45 0.24 0 0.69 0.43 80.79 0.53 0.37
Hex 6F 92 2D 18 0 45 2B 51 35 25
Octal 157 222 55 30 0 105 53 121 65 45
Binary 1101111 10010010 101101 11000 0 1000101 101011 1010001 110101 100101

Color Harmonies of #6F922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F922D

Black with #6F922D

Text Example


Text Example

White with #6F922D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,146,45); }

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

background-color css

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

 a { background-color: rgb(111,146,45); }

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

border-color css

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

 span { border-color: rgb(111,146,45); }

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