Html Css Color HEX #6D830F Olive Drab

📋 copy color: '#6D830F'

red 109 ◦ green 131 ◦ blue 15

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

Shades of Olive Drab #6D830F

Tints of Olive Drab #6D830F

RGB

 RED value IS 109 (42.97% from 255) = 42.75%

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

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 42.75%
G = 51.37%
B = 5.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#6D830F (or 0x6D830F) is known color: Olive Drab. HEX triplet: 6D, 83 and 0F. RGB value is (109,131,15). Sum of RGB (Red+Green+Blue) = 109+131+15=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #6D830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D830F is #927CF0. Grayscale: #6F6F6F. Windows color (decimal): -9600241 or 1016685. OLE color: 1016685.

HSL color Cylindrical-coordinate representation of color #6D830F: hue angle of 71.38º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D830F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 131 15 -
CMYK 0.17 0 0.89 0.49
HSL 71.38º 0.79% 0.29% -
HSV(B) 71.38º 0.89% 0.51% -
XYZ 14.51 19.52 3.45 -
YUV 111.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 109 131 15 0.17 0 0.89 0.49 71.38 0.79 0.29
Hex 6D 83 F 11 0 59 31 47 4F 1D
Octal 155 203 17 21 0 131 61 107 117 35
Binary 1101101 10000011 1111 10001 0 1011001 110001 1000111 1001111 11101

Color Harmonies of #6D830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D830F

Black with #6D830F

Text Example


Text Example

White with #6D830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,15); }

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

background-color css

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

 a { background-color: rgb(109,131,15); }

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

border-color css

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

 span { border-color: rgb(109,131,15); }

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