Html Css Color HEX #619A6B Oxley

📋 copy color: '#619A6B'

red 97 ◦ green 154 ◦ blue 107

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

Shades of Oxley #619A6B

Tints of Oxley #619A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 27.09%
G = 43.02%
B = 29.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#619A6B (or 0x619A6B) is known color: Oxley. HEX triplet: 61, 9A and 6B. RGB value is (97,154,107). Sum of RGB (Red+Green+Blue) = 97+154+107=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #619A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A6B is #9E6594. Grayscale: #838383. Windows color (decimal): -10380693 or 7051873. OLE color: 7051873.

HSL color Cylindrical-coordinate representation of color #619A6B: hue angle of 130.53º degrees, saturation: 0.23, 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 #619A6B is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 154 107 -
CMYK 0.37 0 0.31 0.40
HSL 130.53º 0.23% 0.49% -
HSV(B) 130.53º 0.37% 0.6% -
XYZ 19.14 26.71 18.06 -
YUV 131.6 114.12 103.32 -
System Red Green Blue C M Y K H S L
Decimal 97 154 107 0.37 0 0.31 0.40 130.53 0.23 0.49
Hex 61 9A 6B 25 0 1F 28 83 17 31
Octal 141 232 153 45 0 37 50 203 27 61
Binary 1100001 10011010 1101011 100101 0 11111 101000 10000011 10111 110001

Color Harmonies of #619A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A6B

Black with #619A6B

Text Example


Text Example

White with #619A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,154,107); }

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

background-color css

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

 a { background-color: rgb(97,154,107); }

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

border-color css

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

 span { border-color: rgb(97,154,107); }

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