Html Css Color HEX #619873 Oxley

📋 copy color: '#619873'

red 97 ◦ green 152 ◦ blue 115

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

Shades of Oxley #619873

Tints of Oxley #619873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.59%

R = 26.65%
G = 41.76%
B = 31.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#619873 (or 0x619873) is known color: Oxley. HEX triplet: 61, 98 and 73. RGB value is (97,152,115). Sum of RGB (Red+Green+Blue) = 97+152+115=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #619873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619873 is #9E678C. Grayscale: #838383. Windows color (decimal): -10381197 or 7575649. OLE color: 7575649.

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

Color convert

RGB 97 152 115 -
CMYK 0.36 0 0.24 0.40
HSL 139.64º 0.22% 0.49% -
HSV(B) 139.64º 0.36% 0.6% -
XYZ 19.25 26.24 20.27 -
YUV 131.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 97 152 115 0.36 0 0.24 0.40 139.64 0.22 0.49
Hex 61 98 73 24 0 18 28 8C 16 31
Octal 141 230 163 44 0 30 50 214 26 61
Binary 1100001 10011000 1110011 100100 0 11000 101000 10001100 10110 110001

Color Harmonies of #619873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619873

Black with #619873

Text Example


Text Example

White with #619873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619873; }

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

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

background-color css

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

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

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

border-color css

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

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

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