Html Css Color HEX #658A19 Olive Drab

📋 copy color: '#658A19'

red 101 ◦ green 138 ◦ blue 25

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

Shades of Olive Drab #658A19

Tints of Olive Drab #658A19

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.27%

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 38.26%
G = 52.27%
B = 9.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#658A19 (or 0x658A19) is known color: Olive Drab. HEX triplet: 65, 8A and 19. RGB value is (101,138,25). Sum of RGB (Red+Green+Blue) = 101+138+25=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #658A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658A19 is #9A75E6. Grayscale: #727272. Windows color (decimal): -10122727 or 1673829. OLE color: 1673829.

HSL color Cylindrical-coordinate representation of color #658A19: hue angle of 79.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #658A19 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 25 -
CMYK 0.27 0 0.82 0.46
HSL 79.65º 0.69% 0.32% -
HSV(B) 79.65º 0.82% 0.54% -
XYZ 14.63 21.01 4.2 -
YUV 114.06 77.74 118.69 -
System Red Green Blue C M Y K H S L
Decimal 101 138 25 0.27 0 0.82 0.46 79.65 0.69 0.32
Hex 65 8A 19 1B 0 52 2E 50 45 20
Octal 145 212 31 33 0 122 56 120 105 40
Binary 1100101 10001010 11001 11011 0 1010010 101110 1010000 1000101 100000

Color Harmonies of #658A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A19

Black with #658A19

Text Example


Text Example

White with #658A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658A19; }

 p { color: rgb(101,138,25); }

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

background-color css

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

 a { background-color: rgb(101,138,25); }

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

border-color css

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

 span { border-color: rgb(101,138,25); }

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