Html Css Color HEX #618101 Olive

📋 copy color: '#618101'

red 97 ◦ green 129 ◦ blue 1

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

Shades of Olive #618101

Tints of Olive #618101

RGB

 RED value IS 97 (38.28% from 255) = 42.73%

 GREEN value IS 129 (50.78% from 255) = 56.83%

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

R = 42.73%
G = 56.83%
B = 0.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#618101 (or 0x618101) is known color: Olive. HEX triplet: 61, 81 and 01. RGB value is (97,129,1). Sum of RGB (Red+Green+Blue) = 97+129+1=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 129 (50.78% from 255 or 56.83% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 129 - color contains mainly: green. Hex color #618101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618101 is #9E7EFE. Grayscale: #696969. Windows color (decimal): -10387199 or 98657. OLE color: 98657.

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

Color convert

RGB 97 129 1 -
CMYK 0.25 0 0.99 0.49
HSL 75º 0.98% 0.25% -
HSV(B) 75º 0.99% 0.51% -
XYZ 12.79 18.24 2.88 -
YUV 104.84 69.4 122.41 -
System Red Green Blue C M Y K H S L
Decimal 97 129 1 0.25 0 0.99 0.49 75 0.98 0.25
Hex 61 81 1 19 0 63 31 4B 62 19
Octal 141 201 1 31 0 143 61 113 142 31
Binary 1100001 10000001 1 11001 0 1100011 110001 1001011 1100010 11001

Color Harmonies of #618101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618101

Black with #618101

Text Example


Text Example

White with #618101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618101; }

 p { color: rgb(97,129,1); }

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

background-color css

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

 a { background-color: rgb(97,129,1); }

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

border-color css

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

 span { border-color: rgb(97,129,1); }

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