Html Css Color HEX #61910A Olive Drab

📋 copy color: '#61910A'

red 97 ◦ green 145 ◦ blue 10

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

Shades of Olive Drab #61910A

Tints of Olive Drab #61910A

RGB

 RED value IS 97 (38.28% from 255) = 38.49%

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 38.49%
G = 57.54%
B = 3.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.43

RGB Variations

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

Color information

#61910A (or 0x61910A) is known color: Olive Drab. HEX triplet: 61, 91 and 0A. RGB value is (97,145,10). Sum of RGB (Red+Green+Blue) = 97+145+10=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #61910A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #61910A is #9E6EF5. Grayscale: #737373. Windows color (decimal): -10383094 or 692577. OLE color: 692577.

HSL color Cylindrical-coordinate representation of color #61910A: hue angle of 81.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61910A is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 10 -
CMYK 0.33 0 0.93 0.43
HSL 81.33º 0.87% 0.3% -
HSV(B) 81.33º 0.93% 0.57% -
XYZ 15.11 22.81 3.89 -
YUV 115.26 68.6 114.98 -
System Red Green Blue C M Y K H S L
Decimal 97 145 10 0.33 0 0.93 0.43 81.33 0.87 0.3
Hex 61 91 A 21 0 5D 2B 51 57 1E
Octal 141 221 12 41 0 135 53 121 127 36
Binary 1100001 10010001 1010 100001 0 1011101 101011 1010001 1010111 11110

Color Harmonies of #61910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61910A

Black with #61910A

Text Example


Text Example

White with #61910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61910A; }

 p { color: rgb(97,145,10); }

 H1.HeaderClassName
 {
   color: #61910A;
 }
 .AnyTagClassName
 {
   color: #61910A;
 }
</style>

background-color css

<style>
 a { background-color: #61910A; }

 a { background-color: rgb(97,145,10); }

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

border-color css

<style>
 span { border-color: #61910A; }

 span { border-color: rgb(97,145,10); }

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