Html Css Color HEX #619772 Oxley

📋 copy color: '#619772'

red 97 ◦ green 151 ◦ blue 114

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

Shades of Oxley #619772

Tints of Oxley #619772

RGB

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

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

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

R = 26.8%
G = 41.71%
B = 31.49%

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

#619772 (or 0x619772) is known color: Oxley. HEX triplet: 61, 97 and 72. RGB value is (97,151,114). Sum of RGB (Red+Green+Blue) = 97+151+114=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #619772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619772 is #9E688D. Grayscale: #828282. Windows color (decimal): -10381454 or 7509857. OLE color: 7509857.

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

Color convert

RGB 97 151 114 -
CMYK 0.36 0 0.25 0.41
HSL 138.89º 0.22% 0.49% -
HSV(B) 138.89º 0.36% 0.59% -
XYZ 19.03 25.89 19.91 -
YUV 130.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 97 151 114 0.36 0 0.25 0.41 138.89 0.22 0.49
Hex 61 97 72 24 0 19 29 8B 16 31
Octal 141 227 162 44 0 31 51 213 26 61
Binary 1100001 10010111 1110010 100100 0 11001 101001 10001011 10110 110001

Color Harmonies of #619772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619772

Black with #619772

Text Example


Text Example

White with #619772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619772; }

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

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

background-color css

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

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

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

border-color css

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

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

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