Html Css Color HEX #619771 Oxley

📋 copy color: '#619771'

red 97 ◦ green 151 ◦ blue 113

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

Shades of Oxley #619771

Tints of Oxley #619771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.3%

R = 26.87%
G = 41.83%
B = 31.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#619771 (or 0x619771) is known color: Oxley. HEX triplet: 61, 97 and 71. RGB value is (97,151,113). Sum of RGB (Red+Green+Blue) = 97+151+113=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 151 - color contains mainly: green. Hex color #619771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619771 is #9E688E. Grayscale: #828282. Windows color (decimal): -10381455 or 7444321. OLE color: 7444321.

HSL color Cylindrical-coordinate representation of color #619771: hue angle of 137.78º 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 #619771 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 113 -
CMYK 0.36 0 0.25 0.41
HSL 137.78º 0.22% 0.49% -
HSV(B) 137.78º 0.36% 0.59% -
XYZ 18.98 25.87 19.62 -
YUV 130.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 97 151 113 0.36 0 0.25 0.41 137.78 0.22 0.49
Hex 61 97 71 24 0 19 29 8A 16 31
Octal 141 227 161 44 0 31 51 212 26 61
Binary 1100001 10010111 1110001 100100 0 11001 101001 10001010 10110 110001

Color Harmonies of #619771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619771

Black with #619771

Text Example


Text Example

White with #619771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619771; }

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

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

background-color css

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

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

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

border-color css

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

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

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