Html Css Color HEX #619B6A Oxley

📋 copy color: '#619B6A'

red 97 ◦ green 155 ◦ blue 106

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

Shades of Oxley #619B6A

Tints of Oxley #619B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.3%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 27.09%
G = 43.3%
B = 29.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#619B6A (or 0x619B6A) is known color: Oxley. HEX triplet: 61, 9B and 6A. RGB value is (97,155,106). Sum of RGB (Red+Green+Blue) = 97+155+106=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #619B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B6A is #9E6495. Grayscale: #848484. Windows color (decimal): -10380438 or 6986593. OLE color: 6986593.

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

Color convert

RGB 97 155 106 -
CMYK 0.37 0 0.32 0.39
HSL 129.31º 0.23% 0.49% -
HSV(B) 129.31º 0.37% 0.61% -
XYZ 19.25 27.02 17.84 -
YUV 132.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 97 155 106 0.37 0 0.32 0.39 129.31 0.23 0.49
Hex 61 9B 6A 25 0 20 27 81 17 31
Octal 141 233 152 45 0 40 47 201 27 61
Binary 1100001 10011011 1101010 100101 0 100000 100111 10000001 10111 110001

Color Harmonies of #619B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B6A

Black with #619B6A

Text Example


Text Example

White with #619B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,155,106); }

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

background-color css

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

 a { background-color: rgb(97,155,106); }

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

border-color css

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

 span { border-color: rgb(97,155,106); }

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