Html Css Color HEX #6F9135 Olive Drab

📋 copy color: '#6F9135'

red 111 ◦ green 145 ◦ blue 53

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

Shades of Olive Drab #6F9135

Tints of Olive Drab #6F9135

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.93%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 35.92%
G = 46.93%
B = 17.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#6F9135 (or 0x6F9135) is known color: Olive Drab. HEX triplet: 6F, 91 and 35. RGB value is (111,145,53). Sum of RGB (Red+Green+Blue) = 111+145+53=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9135 is #906ECA. Grayscale: #7C7C7C. Windows color (decimal): -9465547 or 3510639. OLE color: 3510639.

HSL color Cylindrical-coordinate representation of color #6F9135: hue angle of 82.17º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F9135 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 53 -
CMYK 0.23 0 0.63 0.43
HSL 82.17º 0.46% 0.39% -
HSV(B) 82.17º 0.63% 0.57% -
XYZ 17.32 23.89 7.07 -
YUV 124.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 111 145 53 0.23 0 0.63 0.43 82.17 0.46 0.39
Hex 6F 91 35 17 0 3F 2B 52 2E 27
Octal 157 221 65 27 0 77 53 122 56 47
Binary 1101111 10010001 110101 10111 0 111111 101011 1010010 101110 100111

Color Harmonies of #6F9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9135

Black with #6F9135

Text Example


Text Example

White with #6F9135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,145,53); }

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

background-color css

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

 a { background-color: rgb(111,145,53); }

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

border-color css

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

 span { border-color: rgb(111,145,53); }

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