Html Css Color HEX #6C830F Olive Drab

📋 copy color: '#6C830F'

red 108 ◦ green 131 ◦ blue 15

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

Shades of Olive Drab #6C830F

Tints of Olive Drab #6C830F

RGB

 RED value IS 108 (42.58% from 255) = 42.52%

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

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

R = 42.52%
G = 51.57%
B = 5.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#6C830F (or 0x6C830F) is known color: Olive Drab. HEX triplet: 6C, 83 and 0F. RGB value is (108,131,15). Sum of RGB (Red+Green+Blue) = 108+131+15=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 131 (51.56% from 255 or 51.57% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 131 - color contains mainly: green. Hex color #6C830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C830F is #937CF0. Grayscale: #6F6F6F. Windows color (decimal): -9665777 or 1016684. OLE color: 1016684.

HSL color Cylindrical-coordinate representation of color #6C830F: hue angle of 71.9º 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 #6C830F is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 15 -
CMYK 0.18 0 0.89 0.49
HSL 71.9º 0.79% 0.29% -
HSV(B) 71.9º 0.89% 0.51% -
XYZ 14.39 19.46 3.45 -
YUV 110.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 108 131 15 0.18 0 0.89 0.49 71.9 0.79 0.29
Hex 6C 83 F 12 0 59 31 48 4F 1D
Octal 154 203 17 22 0 131 61 110 117 35
Binary 1101100 10000011 1111 10010 0 1011001 110001 1001000 1001111 11101

Color Harmonies of #6C830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C830F

Black with #6C830F

Text Example


Text Example

White with #6C830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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