Html Css Color HEX #61871E Olive Drab

📋 copy color: '#61871E'

red 97 ◦ green 135 ◦ blue 30

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

Shades of Olive Drab #61871E

Tints of Olive Drab #61871E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.53%

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 37.02%
G = 51.53%
B = 11.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#61871E (or 0x61871E) is known color: Olive Drab. HEX triplet: 61, 87 and 1E. RGB value is (97,135,30). Sum of RGB (Red+Green+Blue) = 97+135+30=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 135 (53.12% from 255 or 51.53% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 135 - color contains mainly: green. Hex color #61871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61871E is #9E78E1. Grayscale: #707070. Windows color (decimal): -10385634 or 2000737. OLE color: 2000737.

HSL color Cylindrical-coordinate representation of color #61871E: hue angle of 81.71º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61871E is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 135 30 -
CMYK 0.28 0 0.78 0.47
HSL 81.71º 0.64% 0.32% -
HSV(B) 81.71º 0.78% 0.53% -
XYZ 13.83 19.96 4.35 -
YUV 111.67 81.91 117.54 -
System Red Green Blue C M Y K H S L
Decimal 97 135 30 0.28 0 0.78 0.47 81.71 0.64 0.32
Hex 61 87 1E 1C 0 4E 2F 52 40 20
Octal 141 207 36 34 0 116 57 122 100 40
Binary 1100001 10000111 11110 11100 0 1001110 101111 1010010 1000000 100000

Color Harmonies of #61871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61871E

Black with #61871E

Text Example


Text Example

White with #61871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61871E; }

 p { color: rgb(97,135,30); }

 H1.HeaderClassName
 {
   color: #61871E;
 }
 .AnyTagClassName
 {
   color: #61871E;
 }
</style>

background-color css

<style>
 a { background-color: #61871E; }

 a { background-color: rgb(97,135,30); }

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

border-color css

<style>
 span { border-color: #61871E; }

 span { border-color: rgb(97,135,30); }

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