Html Css Color HEX #658301 Olive

📋 copy color: '#658301'

red 101 ◦ green 131 ◦ blue 1

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

Shades of Olive #658301

Tints of Olive #658301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.22%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 43.35%
G = 56.22%
B = 0.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#658301 (or 0x658301) is known color: Olive. HEX triplet: 65, 83 and 01. RGB value is (101,131,1). Sum of RGB (Red+Green+Blue) = 101+131+1=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #658301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #658301 is #9A7CFE. Grayscale: #6B6B6B. Windows color (decimal): -10124543 or 99173. OLE color: 99173.

HSL color Cylindrical-coordinate representation of color #658301: hue angle of 73.85º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #658301 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 131 1 -
CMYK 0.23 0 0.99 0.49
HSL 73.85º 0.98% 0.26% -
HSV(B) 73.85º 0.99% 0.51% -
XYZ 13.49 19 2.99 -
YUV 107.21 68.06 123.57 -
System Red Green Blue C M Y K H S L
Decimal 101 131 1 0.23 0 0.99 0.49 73.85 0.98 0.26
Hex 65 83 1 17 0 63 31 4A 62 1A
Octal 145 203 1 27 0 143 61 112 142 32
Binary 1100101 10000011 1 10111 0 1100011 110001 1001010 1100010 11010

Color Harmonies of #658301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658301

Black with #658301

Text Example


Text Example

White with #658301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658301; }

 p { color: rgb(101,131,1); }

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

background-color css

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

 a { background-color: rgb(101,131,1); }

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

border-color css

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

 span { border-color: rgb(101,131,1); }

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