Html Css Color HEX #619C74 Oxley

📋 copy color: '#619C74'

red 97 ◦ green 156 ◦ blue 116

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

Shades of Oxley #619C74

Tints of Oxley #619C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.28%

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 26.29%
G = 42.28%
B = 31.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#619C74 (or 0x619C74) is known color: Oxley. HEX triplet: 61, 9C and 74. RGB value is (97,156,116). Sum of RGB (Red+Green+Blue) = 97+156+116=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #619C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C74 is #9E638B. Grayscale: #858585. Windows color (decimal): -10380172 or 7642209. OLE color: 7642209.

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

Color convert

RGB 97 156 116 -
CMYK 0.38 0 0.26 0.39
HSL 139.32º 0.23% 0.5% -
HSV(B) 139.32º 0.38% 0.61% -
XYZ 19.97 27.58 20.79 -
YUV 133.8 117.95 101.75 -
System Red Green Blue C M Y K H S L
Decimal 97 156 116 0.38 0 0.26 0.39 139.32 0.23 0.5
Hex 61 9C 74 26 0 1A 27 8B 17 32
Octal 141 234 164 46 0 32 47 213 27 62
Binary 1100001 10011100 1110100 100110 0 11010 100111 10001011 10111 110010

Color Harmonies of #619C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C74

Black with #619C74

Text Example


Text Example

White with #619C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,156,116); }

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

background-color css

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

 a { background-color: rgb(97,156,116); }

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

border-color css

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

 span { border-color: rgb(97,156,116); }

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