Html Css Color HEX #619779 Oxley

📋 copy color: '#619779'

red 97 ◦ green 151 ◦ blue 121

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

Shades of Oxley #619779

Tints of Oxley #619779

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

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

R = 26.29%
G = 40.92%
B = 32.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#619779 (or 0x619779) is known color: Oxley. HEX triplet: 61, 97 and 79. RGB value is (97,151,121). Sum of RGB (Red+Green+Blue) = 97+151+121=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #619779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619779 is #9E6886. Grayscale: #838383. Windows color (decimal): -10381447 or 7968609. OLE color: 7968609.

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

Color convert

RGB 97 151 121 -
CMYK 0.36 0 0.20 0.41
HSL 146.67º 0.22% 0.49% -
HSV(B) 146.67º 0.36% 0.59% -
XYZ 19.45 26.06 22.09 -
YUV 131.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 97 151 121 0.36 0 0.20 0.41 146.67 0.22 0.49
Hex 61 97 79 24 0 14 29 93 16 31
Octal 141 227 171 44 0 24 51 223 26 61
Binary 1100001 10010111 1111001 100100 0 10100 101001 10010011 10110 110001

Color Harmonies of #619779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619779

Black with #619779

Text Example


Text Example

White with #619779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619779; }

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

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

background-color css

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

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

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

border-color css

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

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

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