Html Css Color HEX #619879 Oxley

📋 copy color: '#619879'

red 97 ◦ green 152 ◦ blue 121

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

Shades of Oxley #619879

Tints of Oxley #619879

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 121 (47.66% from 255) = 32.7%

R = 26.22%
G = 41.08%
B = 32.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#619879 (or 0x619879) is known color: Oxley. HEX triplet: 61, 98 and 79. RGB value is (97,152,121). Sum of RGB (Red+Green+Blue) = 97+152+121=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #619879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619879 is #9E6786. Grayscale: #848484. Windows color (decimal): -10381191 or 7968865. OLE color: 7968865.

HSL color Cylindrical-coordinate representation of color #619879: hue angle of 146.18º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619879 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 121 -
CMYK 0.36 0 0.20 0.40
HSL 146.18º 0.22% 0.49% -
HSV(B) 146.18º 0.36% 0.6% -
XYZ 19.61 26.38 22.15 -
YUV 132.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 97 152 121 0.36 0 0.20 0.40 146.18 0.22 0.49
Hex 61 98 79 24 0 14 28 92 16 31
Octal 141 230 171 44 0 24 50 222 26 61
Binary 1100001 10011000 1111001 100100 0 10100 101000 10010010 10110 110001

Color Harmonies of #619879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619879

Black with #619879

Text Example


Text Example

White with #619879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619879; }

 p { color: rgb(97,152,121); }

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

background-color css

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

 a { background-color: rgb(97,152,121); }

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

border-color css

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

 span { border-color: rgb(97,152,121); }

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