Html Css Color HEX #619978 Oxley

📋 copy color: '#619978'

red 97 ◦ green 153 ◦ blue 120

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

Shades of Oxley #619978

Tints of Oxley #619978

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 26.22%
G = 41.35%
B = 32.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#619978 (or 0x619978) is known color: Oxley. HEX triplet: 61, 99 and 78. RGB value is (97,153,120). Sum of RGB (Red+Green+Blue) = 97+153+120=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #619978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619978 is #9E6687. Grayscale: #848484. Windows color (decimal): -10380936 or 7903585. OLE color: 7903585.

HSL color Cylindrical-coordinate representation of color #619978: hue angle of 144.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619978 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 120 -
CMYK 0.37 0 0.22 0.4
HSL 144.64º 0.22% 0.49% -
HSV(B) 144.64º 0.37% 0.6% -
XYZ 19.71 26.68 21.88 -
YUV 132.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 97 153 120 0.37 0 0.22 0.4 144.64 0.22 0.49
Hex 61 99 78 25 0 16 28 91 16 31
Octal 141 231 170 45 0 26 50 221 26 61
Binary 1100001 10011001 1111000 100101 0 10110 101000 10010001 10110 110001

Color Harmonies of #619978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619978

Black with #619978

Text Example


Text Example

White with #619978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619978; }

 p { color: rgb(97,153,120); }

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

background-color css

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

 a { background-color: rgb(97,153,120); }

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

border-color css

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

 span { border-color: rgb(97,153,120); }

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