Html Css Color HEX #6C910F Olive Drab

📋 copy color: '#6C910F'

red 108 ◦ green 145 ◦ blue 15

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

Shades of Olive Drab #6C910F

Tints of Olive Drab #6C910F

RGB

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

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

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

R = 40.3%
G = 54.1%
B = 5.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#6C910F (or 0x6C910F) is known color: Olive Drab. HEX triplet: 6C, 91 and 0F. RGB value is (108,145,15). Sum of RGB (Red+Green+Blue) = 108+145+15=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #6C910F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C910F is #936EF0. Grayscale: #777777. Windows color (decimal): -9662193 or 1020268. OLE color: 1020268.

HSL color Cylindrical-coordinate representation of color #6C910F: hue angle of 77.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C910F is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 108 145 15 -
CMYK 0.26 0 0.90 0.43
HSL 77.08º 0.81% 0.31% -
HSV(B) 77.08º 0.9% 0.57% -
XYZ 16.4 23.47 4.12 -
YUV 119.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 108 145 15 0.26 0 0.90 0.43 77.08 0.81 0.31
Hex 6C 91 F 1A 0 5A 2B 4D 51 1F
Octal 154 221 17 32 0 132 53 115 121 37
Binary 1101100 10010001 1111 11010 0 1011010 101011 1001101 1010001 11111

Color Harmonies of #6C910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C910F

Black with #6C910F

Text Example


Text Example

White with #6C910F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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