Html Css Color HEX #658230 Olive Drab

📋 copy color: '#658230'

red 101 ◦ green 130 ◦ blue 48

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

Shades of Olive Drab #658230

Tints of Olive Drab #658230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.2%

R = 36.2%
G = 46.59%
B = 17.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#658230 (or 0x658230) is known color: Olive Drab. HEX triplet: 65, 82 and 30. RGB value is (101,130,48). Sum of RGB (Red+Green+Blue) = 101+130+48=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #658230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658230 is #9A7DCF. Grayscale: #707070. Windows color (decimal): -10124752 or 3179109. OLE color: 3179109.

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

Color convert

RGB 101 130 48 -
CMYK 0.22 0 0.63 0.49
HSL 81.22º 0.46% 0.35% -
HSV(B) 81.22º 0.63% 0.51% -
XYZ 13.88 18.95 5.72 -
YUV 111.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 101 130 48 0.22 0 0.63 0.49 81.22 0.46 0.35
Hex 65 82 30 16 0 3F 31 51 2E 23
Octal 145 202 60 26 0 77 61 121 56 43
Binary 1100101 10000010 110000 10110 0 111111 110001 1010001 101110 100011

Color Harmonies of #658230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658230

Black with #658230

Text Example


Text Example

White with #658230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658230; }

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

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

background-color css

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

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

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

border-color css

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

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

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