Html Css Color HEX #61811A Olive Drab

📋 copy color: '#61811A'

red 97 ◦ green 129 ◦ blue 26

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

Shades of Olive Drab #61811A

Tints of Olive Drab #61811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.19%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 38.49%
G = 51.19%
B = 10.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#61811A (or 0x61811A) is known color: Olive Drab. HEX triplet: 61, 81 and 1A. RGB value is (97,129,26). Sum of RGB (Red+Green+Blue) = 97+129+26=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 129 (50.78% from 255 or 51.19% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 129 - color contains mainly: green. Hex color #61811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61811A is #9E7EE5. Grayscale: #6C6C6C. Windows color (decimal): -10387174 or 1737057. OLE color: 1737057.

HSL color Cylindrical-coordinate representation of color #61811A: hue angle of 78.64º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61811A is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 26 -
CMYK 0.25 0 0.80 0.49
HSL 78.64º 0.66% 0.3% -
HSV(B) 78.64º 0.8% 0.51% -
XYZ 12.97 18.32 3.83 -
YUV 107.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 97 129 26 0.25 0 0.80 0.49 78.64 0.66 0.3
Hex 61 81 1A 19 0 50 31 4F 42 1E
Octal 141 201 32 31 0 120 61 117 102 36
Binary 1100001 10000001 11010 11001 0 1010000 110001 1001111 1000010 11110

Color Harmonies of #61811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61811A

Black with #61811A

Text Example


Text Example

White with #61811A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,129,26); }

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

background-color css

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

 a { background-color: rgb(97,129,26); }

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

border-color css

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

 span { border-color: rgb(97,129,26); }

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