Html Css Color HEX #6F833A Olive Drab

📋 copy color: '#6F833A'

red 111 ◦ green 131 ◦ blue 58

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

Shades of Olive Drab #6F833A

Tints of Olive Drab #6F833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.67%

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 37%
G = 43.67%
B = 19.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#6F833A (or 0x6F833A) is known color: Olive Drab. HEX triplet: 6F, 83 and 3A. RGB value is (111,131,58). Sum of RGB (Red+Green+Blue) = 111+131+58=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #6F833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F833A is #907CC5. Grayscale: #747474. Windows color (decimal): -9469126 or 3834735. OLE color: 3834735.

HSL color Cylindrical-coordinate representation of color #6F833A: hue angle of 76.44º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F833A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 58 -
CMYK 0.15 0 0.56 0.49
HSL 76.44º 0.39% 0.37% -
HSV(B) 76.44º 0.56% 0.51% -
XYZ 15.44 19.92 7.03 -
YUV 116.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 111 131 58 0.15 0 0.56 0.49 76.44 0.39 0.37
Hex 6F 83 3A F 0 38 31 4C 27 25
Octal 157 203 72 17 0 70 61 114 47 45
Binary 1101111 10000011 111010 1111 0 111000 110001 1001100 100111 100101

Color Harmonies of #6F833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F833A

Black with #6F833A

Text Example


Text Example

White with #6F833A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,58); }

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

background-color css

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

 a { background-color: rgb(111,131,58); }

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

border-color css

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

 span { border-color: rgb(111,131,58); }

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