Html Css Color HEX #61811B Olive Drab

📋 copy color: '#61811B'

red 97 ◦ green 129 ◦ blue 27

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

Shades of Olive Drab #61811B

Tints of Olive Drab #61811B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.67%

R = 38.34%
G = 50.99%
B = 10.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#61811B (or 0x61811B) is known color: Olive Drab. HEX triplet: 61, 81 and 1B. RGB value is (97,129,27). Sum of RGB (Red+Green+Blue) = 97+129+27=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #61811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61811B is #9E7EE4. Grayscale: #6C6C6C. Windows color (decimal): -10387173 or 1802593. OLE color: 1802593.

HSL color Cylindrical-coordinate representation of color #61811B: hue angle of 78.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61811B is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 27 -
CMYK 0.25 0 0.79 0.49
HSL 78.82º 0.65% 0.31% -
HSV(B) 78.82º 0.79% 0.51% -
XYZ 12.98 18.32 3.89 -
YUV 107.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 97 129 27 0.25 0 0.79 0.49 78.82 0.65 0.31
Hex 61 81 1B 19 0 4F 31 4F 41 1F
Octal 141 201 33 31 0 117 61 117 101 37
Binary 1100001 10000001 11011 11001 0 1001111 110001 1001111 1000001 11111

Color Harmonies of #61811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61811B

Black with #61811B

Text Example


Text Example

White with #61811B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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