Html Css Color HEX #619E6C Oxley

📋 copy color: '#619E6C'

red 97 ◦ green 158 ◦ blue 108

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

Shades of Oxley #619E6C

Tints of Oxley #619E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 26.72%
G = 43.53%
B = 29.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#619E6C (or 0x619E6C) is known color: Oxley. HEX triplet: 61, 9E and 6C. RGB value is (97,158,108). Sum of RGB (Red+Green+Blue) = 97+158+108=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #619E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E6C is #9E6193. Grayscale: #868686. Windows color (decimal): -10379668 or 7118433. OLE color: 7118433.

HSL color Cylindrical-coordinate representation of color #619E6C: hue angle of 130.82º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619E6C is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 158 108 -
CMYK 0.39 0 0.32 0.38
HSL 130.82º 0.24% 0.5% -
HSV(B) 130.82º 0.39% 0.62% -
XYZ 19.86 28.08 18.56 -
YUV 134.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 97 158 108 0.39 0 0.32 0.38 130.82 0.24 0.5
Hex 61 9E 6C 27 0 20 26 83 18 32
Octal 141 236 154 47 0 40 46 203 30 62
Binary 1100001 10011110 1101100 100111 0 100000 100110 10000011 11000 110010

Color Harmonies of #619E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E6C

Black with #619E6C

Text Example


Text Example

White with #619E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619E6C; }

 p { color: rgb(97,158,108); }

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

background-color css

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

 a { background-color: rgb(97,158,108); }

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

border-color css

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

 span { border-color: rgb(97,158,108); }

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