Html Css Color HEX #64977B Oxley

📋 copy color: '#64977B'

red 100 ◦ green 151 ◦ blue 123

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

Shades of Oxley #64977B

Tints of Oxley #64977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 123 (48.44% from 255) = 32.89%

R = 26.74%
G = 40.37%
B = 32.89%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#64977B (or 0x64977B) is known color: Oxley. HEX triplet: 64, 97 and 7B. RGB value is (100,151,123). Sum of RGB (Red+Green+Blue) = 100+151+123=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #64977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64977B is #9B6884. Grayscale: #848484. Windows color (decimal): -10184837 or 8099684. OLE color: 8099684.

HSL color Cylindrical-coordinate representation of color #64977B: hue angle of 147.06º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64977B is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 151 123 -
CMYK 0.34 0 0.19 0.41
HSL 147.06º 0.2% 0.49% -
HSV(B) 147.06º 0.34% 0.59% -
XYZ 19.9 26.27 22.76 -
YUV 132.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 100 151 123 0.34 0 0.19 0.41 147.06 0.2 0.49
Hex 64 97 7B 22 0 13 29 93 14 31
Octal 144 227 173 42 0 23 51 223 24 61
Binary 1100100 10010111 1111011 100010 0 10011 101001 10010011 10100 110001

Color Harmonies of #64977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64977B

Black with #64977B

Text Example


Text Example

White with #64977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64977B; }

 p { color: rgb(100,151,123); }

 H1.HeaderClassName
 {
   color: #64977B;
 }
 .AnyTagClassName
 {
   color: #64977B;
 }
</style>

background-color css

<style>
 a { background-color: #64977B; }

 a { background-color: rgb(100,151,123); }

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

border-color css

<style>
 span { border-color: #64977B; }

 span { border-color: rgb(100,151,123); }

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