Html Css Color HEX #617B00 Olive

📋 copy color: '#617B00'

red 97 ◦ green 123 ◦ blue 0

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

Shades of Olive #617B00

Tints of Olive #617B00

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.09%
G = 55.91%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#617B00 (or 0x617B00) is known color: Olive. HEX triplet: 61, 7B and 00. RGB value is (97,123,0). Sum of RGB (Red+Green+Blue) = 97+123+0=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 123 (48.44% from 255 or 55.91% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 123 - color contains mainly: green. Hex color #617B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617B00 is #9E84FF. Grayscale: #656565. Windows color (decimal): -10388736 or 31585. OLE color: 31585.

HSL color Cylindrical-coordinate representation of color #617B00: hue angle of 72.68º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #617B00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 123 0 -
CMYK 0.21 0 1 0.52
HSL 72.68º 1% 0.24% -
HSV(B) 72.68º 1% 0.48% -
XYZ 12.01 16.71 2.59 -
YUV 101.2 70.89 125 -
System Red Green Blue C M Y K H S L
Decimal 97 123 0 0.21 0 1 0.52 72.68 1 0.24
Hex 61 7B 0 15 0 64 34 49 64 18
Octal 141 173 0 25 0 144 64 111 144 30
Binary 1100001 1111011 0 10101 0 1100100 110100 1001001 1100100 11000

Color Harmonies of #617B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B00

Black with #617B00

Text Example


Text Example

White with #617B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617B00; }

 p { color: rgb(97,123,0); }

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

background-color css

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

 a { background-color: rgb(97,123,0); }

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

border-color css

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

 span { border-color: rgb(97,123,0); }

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