Html Css Color HEX #6F902D Olive Drab

📋 copy color: '#6F902D'

red 111 ◦ green 144 ◦ blue 45

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

Shades of Olive Drab #6F902D

Tints of Olive Drab #6F902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48%

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

R = 37%
G = 48%
B = 15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#6F902D (or 0x6F902D) is known color: Olive Drab. HEX triplet: 6F, 90 and 2D. RGB value is (111,144,45). Sum of RGB (Red+Green+Blue) = 111+144+45=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #6F902D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F902D is #906FD2. Grayscale: #7B7B7B. Windows color (decimal): -9465811 or 2986095. OLE color: 2986095.

HSL color Cylindrical-coordinate representation of color #6F902D: hue angle of 80º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F902D is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 144 45 -
CMYK 0.23 0 0.69 0.44
HSL 80º 0.52% 0.37% -
HSV(B) 80º 0.69% 0.56% -
XYZ 17 23.52 6.13 -
YUV 122.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 111 144 45 0.23 0 0.69 0.44 80 0.52 0.37
Hex 6F 90 2D 17 0 45 2C 50 34 25
Octal 157 220 55 27 0 105 54 120 64 45
Binary 1101111 10010000 101101 10111 0 1000101 101100 1010000 110100 100101

Color Harmonies of #6F902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F902D

Black with #6F902D

Text Example


Text Example

White with #6F902D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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