Html Css Color HEX #64B07D Oxley

📋 copy color: '#64B07D'

red 100 ◦ green 176 ◦ blue 125

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

Shades of Oxley #64B07D

Tints of Oxley #64B07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 24.94%
G = 43.89%
B = 31.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#64B07D (or 0x64B07D) is known color: Oxley. HEX triplet: 64, B0 and 7D. RGB value is (100,176,125). Sum of RGB (Red+Green+Blue) = 100+176+125=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 176 - color contains mainly: green. Hex color #64B07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B07D is #9B4F82. Grayscale: #939393. Windows color (decimal): -10178435 or 8237156. OLE color: 8237156.

HSL color Cylindrical-coordinate representation of color #64B07D: hue angle of 139.74º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64B07D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 176 125 -
CMYK 0.43 0 0.29 0.31
HSL 139.74º 0.32% 0.54% -
HSV(B) 139.74º 0.43% 0.69% -
XYZ 24.48 35.24 24.91 -
YUV 147.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 100 176 125 0.43 0 0.29 0.31 139.74 0.32 0.54
Hex 64 B0 7D 2B 0 1D 1F 8C 20 36
Octal 144 260 175 53 0 35 37 214 40 66
Binary 1100100 10110000 1111101 101011 0 11101 11111 10001100 100000 110110

Color Harmonies of #64B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B07D

Black with #64B07D

Text Example


Text Example

White with #64B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64B07D; }

 p { color: rgb(100,176,125); }

 H1.HeaderClassName
 {
   color: #64B07D;
 }
 .AnyTagClassName
 {
   color: #64B07D;
 }
</style>

background-color css

<style>
 a { background-color: #64B07D; }

 a { background-color: rgb(100,176,125); }

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

border-color css

<style>
 span { border-color: #64B07D; }

 span { border-color: rgb(100,176,125); }

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