Html Css Color HEX #649B6E Oxley

📋 copy color: '#649B6E'

red 100 ◦ green 155 ◦ blue 110

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

Shades of Oxley #649B6E

Tints of Oxley #649B6E

RGB

 RED value IS 100 (39.45% from 255) = 27.4%

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 27.4%
G = 42.47%
B = 30.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#649B6E (or 0x649B6E) is known color: Oxley. HEX triplet: 64, 9B and 6E. RGB value is (100,155,110). Sum of RGB (Red+Green+Blue) = 100+155+110=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #649B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B6E is #9B6491. Grayscale: #858585. Windows color (decimal): -10183826 or 7248740. OLE color: 7248740.

HSL color Cylindrical-coordinate representation of color #649B6E: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B6E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 110 -
CMYK 0.35 0 0.29 0.39
HSL 130.91º 0.22% 0.5% -
HSV(B) 130.91º 0.35% 0.61% -
XYZ 19.79 27.28 18.97 -
YUV 133.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 100 155 110 0.35 0 0.29 0.39 130.91 0.22 0.5
Hex 64 9B 6E 23 0 1D 27 83 16 32
Octal 144 233 156 43 0 35 47 203 26 62
Binary 1100100 10011011 1101110 100011 0 11101 100111 10000011 10110 110010

Color Harmonies of #649B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B6E

Black with #649B6E

Text Example


Text Example

White with #649B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649B6E; }

 p { color: rgb(100,155,110); }

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

background-color css

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

 a { background-color: rgb(100,155,110); }

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

border-color css

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

 span { border-color: rgb(100,155,110); }

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