Html Css Color HEX #619E7A Oxley

📋 copy color: '#619E7A'

red 97 ◦ green 158 ◦ blue 122

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

Shades of Oxley #619E7A

Tints of Oxley #619E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 25.73%
G = 41.91%
B = 32.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#619E7A (or 0x619E7A) is known color: Oxley. HEX triplet: 61, 9E and 7A. RGB value is (97,158,122). Sum of RGB (Red+Green+Blue) = 97+158+122=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 158 - color contains mainly: green. Hex color #619E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E7A is #9E6185. Grayscale: #878787. Windows color (decimal): -10379654 or 8035937. OLE color: 8035937.

HSL color Cylindrical-coordinate representation of color #619E7A: hue angle of 144.59º 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 #619E7A is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 158 122 -
CMYK 0.39 0 0.23 0.38
HSL 144.59º 0.24% 0.5% -
HSV(B) 144.59º 0.39% 0.62% -
XYZ 20.67 28.4 22.8 -
YUV 135.66 120.29 100.43 -
System Red Green Blue C M Y K H S L
Decimal 97 158 122 0.39 0 0.23 0.38 144.59 0.24 0.5
Hex 61 9E 7A 27 0 17 26 91 18 32
Octal 141 236 172 47 0 27 46 221 30 62
Binary 1100001 10011110 1111010 100111 0 10111 100110 10010001 11000 110010

Color Harmonies of #619E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619E7A

Black with #619E7A

Text Example


Text Example

White with #619E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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