Html Css Color HEX #658631 Olive Drab

📋 copy color: '#658631'

red 101 ◦ green 134 ◦ blue 49

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

Shades of Olive Drab #658631

Tints of Olive Drab #658631

RGB

 RED value IS 101 (39.84% from 255) = 35.56%

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 35.56%
G = 47.18%
B = 17.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#658631 (or 0x658631) is known color: Olive Drab. HEX triplet: 65, 86 and 31. RGB value is (101,134,49). Sum of RGB (Red+Green+Blue) = 101+134+49=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #658631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658631 is #9A79CE. Grayscale: #727272. Windows color (decimal): -10123727 or 3245669. OLE color: 3245669.

HSL color Cylindrical-coordinate representation of color #658631: hue angle of 83.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #658631 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 134 49 -
CMYK 0.25 0 0.63 0.47
HSL 83.29º 0.46% 0.36% -
HSV(B) 83.29º 0.63% 0.53% -
XYZ 14.45 20.04 6.01 -
YUV 114.44 91.07 118.41 -
System Red Green Blue C M Y K H S L
Decimal 101 134 49 0.25 0 0.63 0.47 83.29 0.46 0.36
Hex 65 86 31 19 0 3F 2F 53 2E 24
Octal 145 206 61 31 0 77 57 123 56 44
Binary 1100101 10000110 110001 11001 0 111111 101111 1010011 101110 100100

Color Harmonies of #658631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658631

Black with #658631

Text Example


Text Example

White with #658631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658631; }

 p { color: rgb(101,134,49); }

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

background-color css

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

 a { background-color: rgb(101,134,49); }

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

border-color css

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

 span { border-color: rgb(101,134,49); }

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