Html Css Color HEX #658223 Olive Drab

📋 copy color: '#658223'

red 101 ◦ green 130 ◦ blue 35

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

Shades of Olive Drab #658223

Tints of Olive Drab #658223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.87%

 BLUE value IS 35 (14.06% from 255) = 13.16%

R = 37.97%
G = 48.87%
B = 13.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#658223 (or 0x658223) is known color: Olive Drab. HEX triplet: 65, 82 and 23. RGB value is (101,130,35). Sum of RGB (Red+Green+Blue) = 101+130+35=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #658223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658223 is #9A7DDC. Grayscale: #6E6E6E. Windows color (decimal): -10124765 or 2327141. OLE color: 2327141.

HSL color Cylindrical-coordinate representation of color #658223: hue angle of 78.32º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #658223 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 35 -
CMYK 0.22 0 0.73 0.49
HSL 78.32º 0.58% 0.32% -
HSV(B) 78.32º 0.73% 0.51% -
XYZ 13.65 18.85 4.51 -
YUV 110.5 85.39 121.22 -
System Red Green Blue C M Y K H S L
Decimal 101 130 35 0.22 0 0.73 0.49 78.32 0.58 0.32
Hex 65 82 23 16 0 49 31 4E 3A 20
Octal 145 202 43 26 0 111 61 116 72 40
Binary 1100101 10000010 100011 10110 0 1001001 110001 1001110 111010 100000

Color Harmonies of #658223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658223

Black with #658223

Text Example


Text Example

White with #658223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658223; }

 p { color: rgb(101,130,35); }

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

background-color css

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

 a { background-color: rgb(101,130,35); }

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

border-color css

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

 span { border-color: rgb(101,130,35); }

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