Html Css Color HEX #619F68 Oxley

📋 copy color: '#619F68'

red 97 ◦ green 159 ◦ blue 104

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

Shades of Oxley #619F68

Tints of Oxley #619F68

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 104 (41.02% from 255) = 28.89%

R = 26.94%
G = 44.17%
B = 28.89%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#619F68 (or 0x619F68) is known color: Oxley. HEX triplet: 61, 9F and 68. RGB value is (97,159,104). Sum of RGB (Red+Green+Blue) = 97+159+104=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #619F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F68 is #9E6097. Grayscale: #868686. Windows color (decimal): -10379416 or 6856545. OLE color: 6856545.

HSL color Cylindrical-coordinate representation of color #619F68: hue angle of 126.77º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F68 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 159 104 -
CMYK 0.39 0 0.35 0.38
HSL 126.77º 0.24% 0.5% -
HSV(B) 126.77º 0.39% 0.62% -
XYZ 19.83 28.34 17.52 -
YUV 134.19 110.96 101.47 -
System Red Green Blue C M Y K H S L
Decimal 97 159 104 0.39 0 0.35 0.38 126.77 0.24 0.5
Hex 61 9F 68 27 0 23 26 7F 18 32
Octal 141 237 150 47 0 43 46 177 30 62
Binary 1100001 10011111 1101000 100111 0 100011 100110 1111111 11000 110010

Color Harmonies of #619F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619F68

Black with #619F68

Text Example


Text Example

White with #619F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619F68; }

 p { color: rgb(97,159,104); }

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

background-color css

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

 a { background-color: rgb(97,159,104); }

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

border-color css

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

 span { border-color: rgb(97,159,104); }

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