Html Css Color HEX #648A70 Oxley

📋 copy color: '#648A70'

red 100 ◦ green 138 ◦ blue 112

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

Shades of Oxley #648A70

Tints of Oxley #648A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.43%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 28.57%
G = 39.43%
B = 32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#648A70 (or 0x648A70) is known color: Oxley. HEX triplet: 64, 8A and 70. RGB value is (100,138,112). Sum of RGB (Red+Green+Blue) = 100+138+112=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #648A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A70 is #9B758F. Grayscale: #7B7B7B. Windows color (decimal): -10188176 or 7375460. OLE color: 7375460.

HSL color Cylindrical-coordinate representation of color #648A70: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A70 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 112 -
CMYK 0.28 0 0.19 0.46
HSL 138.95º 0.16% 0.47% -
HSV(B) 138.95º 0.28% 0.54% -
XYZ 17.27 22.06 18.68 -
YUV 123.67 121.41 111.11 -
System Red Green Blue C M Y K H S L
Decimal 100 138 112 0.28 0 0.19 0.46 138.95 0.16 0.47
Hex 64 8A 70 1C 0 13 2E 8B 10 2F
Octal 144 212 160 34 0 23 56 213 20 57
Binary 1100100 10001010 1110000 11100 0 10011 101110 10001011 10000 101111

Color Harmonies of #648A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A70

Black with #648A70

Text Example


Text Example

White with #648A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A70; }

 p { color: rgb(100,138,112); }

 H1.HeaderClassName
 {
   color: #648A70;
 }
 .AnyTagClassName
 {
   color: #648A70;
 }
</style>

background-color css

<style>
 a { background-color: #648A70; }

 a { background-color: rgb(100,138,112); }

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

border-color css

<style>
 span { border-color: #648A70; }

 span { border-color: rgb(100,138,112); }

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