Html Css Color HEX #617F1E Olive Drab

📋 copy color: '#617F1E'

red 97 ◦ green 127 ◦ blue 30

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

Shades of Olive Drab #617F1E

Tints of Olive Drab #617F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 11.81%

R = 38.19%
G = 50%
B = 11.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#617F1E (or 0x617F1E) is known color: Olive Drab. HEX triplet: 61, 7F and 1E. RGB value is (97,127,30). Sum of RGB (Red+Green+Blue) = 97+127+30=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #617F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617F1E is #9E80E1. Grayscale: #6B6B6B. Windows color (decimal): -10387682 or 1998689. OLE color: 1998689.

HSL color Cylindrical-coordinate representation of color #617F1E: hue angle of 78.56º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #617F1E is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 127 30 -
CMYK 0.24 0 0.76 0.50
HSL 78.56º 0.62% 0.31% -
HSV(B) 78.56º 0.76% 0.5% -
XYZ 12.75 17.81 3.99 -
YUV 106.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 97 127 30 0.24 0 0.76 0.50 78.56 0.62 0.31
Hex 61 7F 1E 18 0 4C 32 4F 3E 1F
Octal 141 177 36 30 0 114 62 117 76 37
Binary 1100001 1111111 11110 11000 0 1001100 110010 1001111 111110 11111

Color Harmonies of #617F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617F1E

Black with #617F1E

Text Example


Text Example

White with #617F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,127,30); }

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

background-color css

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

 a { background-color: rgb(97,127,30); }

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

border-color css

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

 span { border-color: rgb(97,127,30); }

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