#619B6A

Color #619B6A Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #619B6A

Tints of Oxley #619B6A

Color information

#619B6A (or 0x619B6A) is unknown color: approx Oxley. HEX triplet: 61, 9B and 6A. RGB value is (97,155,106). Sum of RGB (Red+Green+Blue) = 97+155+106=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #619B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B6A is #9E6495. Grayscale: #848484. Windows color (decimal): -10380438 or 6986593. OLE color: 6986593.

HSL color Cylindrical-coordinate representation of color #619B6A: hue angle of 129.31º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B6A is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB97155106-
CMYK0.3700.320.39
HSL129.31º23.02%49.41%-
HSV(B)129.31º37.42%60.78%-
XYZ19.2527.0217.84-
YUV132.07113.28102.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 106 (41.80% from 255) = 29.61%
R=27.09%
G=43.30%
B=29.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971551060.3700.320.39129.3123.0249.41
Hex619B6A2502027811731
Octal14123315245040472012761
Binary110000110011011110101010010101000001001111000000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,155,106); }

 H1.HeaderClassName
 {
   color: #619B6A;
 }
 .AnyTagClassName
 {
   color: #619B6A;
 }
</style>
background-color css

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

 a { background-color: rgb(97,155,106); }

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

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

 span { border-color: rgb(97,155,106); }

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