Html Css Color HEX #619872 Oxley

📋 copy color: '#619872'

red 97 ◦ green 152 ◦ blue 114

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

Shades of Oxley #619872

Tints of Oxley #619872

RGB

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

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

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

R = 26.72%
G = 41.87%
B = 31.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#619872 (or 0x619872) is known color: Oxley. HEX triplet: 61, 98 and 72. RGB value is (97,152,114). Sum of RGB (Red+Green+Blue) = 97+152+114=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #619872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619872 is #9E678D. Grayscale: #838383. Windows color (decimal): -10381198 or 7510113. OLE color: 7510113.

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

Color convert

RGB 97 152 114 -
CMYK 0.36 0 0.25 0.40
HSL 138.55º 0.22% 0.49% -
HSV(B) 138.55º 0.36% 0.6% -
XYZ 19.2 26.21 19.97 -
YUV 131.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 97 152 114 0.36 0 0.25 0.40 138.55 0.22 0.49
Hex 61 98 72 24 0 19 28 8B 16 31
Octal 141 230 162 44 0 31 50 213 26 61
Binary 1100001 10011000 1110010 100100 0 11001 101000 10001011 10110 110001

Color Harmonies of #619872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619872

Black with #619872

Text Example


Text Example

White with #619872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619872; }

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

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

background-color css

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

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

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

border-color css

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

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

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