Html Css Color HEX #618123 Olive Drab

📋 copy color: '#618123'

red 97 ◦ green 129 ◦ blue 35

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

Shades of Olive Drab #618123

Tints of Olive Drab #618123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.41%

R = 37.16%
G = 49.43%
B = 13.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#618123 (or 0x618123) is known color: Olive Drab. HEX triplet: 61, 81 and 23. RGB value is (97,129,35). Sum of RGB (Red+Green+Blue) = 97+129+35=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #618123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618123 is #9E7EDC. Grayscale: #6D6D6D. Windows color (decimal): -10387165 or 2326881. OLE color: 2326881.

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

Color convert

RGB 97 129 35 -
CMYK 0.25 0 0.73 0.49
HSL 80.43º 0.57% 0.32% -
HSV(B) 80.43º 0.73% 0.51% -
XYZ 13.08 18.36 4.45 -
YUV 108.72 86.4 119.64 -
System Red Green Blue C M Y K H S L
Decimal 97 129 35 0.25 0 0.73 0.49 80.43 0.57 0.32
Hex 61 81 23 19 0 49 31 50 39 20
Octal 141 201 43 31 0 111 61 120 71 40
Binary 1100001 10000001 100011 11001 0 1001001 110001 1010000 111001 100000

Color Harmonies of #618123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618123

Black with #618123

Text Example


Text Example

White with #618123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618123; }

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

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

background-color css

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

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

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

border-color css

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

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

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