Html Css Color HEX #619272 Oxley

📋 copy color: '#619272'

red 97 ◦ green 146 ◦ blue 114

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

Shades of Oxley #619272

Tints of Oxley #619272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 27.17%
G = 40.9%
B = 31.93%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#619272 (or 0x619272) is known color: Oxley. HEX triplet: 61, 92 and 72. RGB value is (97,146,114). Sum of RGB (Red+Green+Blue) = 97+146+114=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #619272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619272 is #9E6D8D. Grayscale: #7F7F7F. Windows color (decimal): -10382734 or 7508577. OLE color: 7508577.

HSL color Cylindrical-coordinate representation of color #619272: hue angle of 140.82º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619272 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 146 114 -
CMYK 0.34 0 0.22 0.43
HSL 140.82º 0.2% 0.48% -
HSV(B) 140.82º 0.34% 0.57% -
XYZ 18.25 24.31 19.65 -
YUV 127.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 97 146 114 0.34 0 0.22 0.43 140.82 0.2 0.48
Hex 61 92 72 22 0 16 2B 8D 14 30
Octal 141 222 162 42 0 26 53 215 24 60
Binary 1100001 10010010 1110010 100010 0 10110 101011 10001101 10100 110000

Color Harmonies of #619272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619272

Black with #619272

Text Example


Text Example

White with #619272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619272; }

 p { color: rgb(97,146,114); }

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

background-color css

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

 a { background-color: rgb(97,146,114); }

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

border-color css

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

 span { border-color: rgb(97,146,114); }

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