Html Css Color HEX #65976E Oxley

📋 copy color: '#65976E'

red 101 ◦ green 151 ◦ blue 110

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

Shades of Oxley #65976E

Tints of Oxley #65976E

RGB

 RED value IS 101 (39.84% from 255) = 27.9%

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

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

R = 27.9%
G = 41.71%
B = 30.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#65976E (or 0x65976E) is known color: Oxley. HEX triplet: 65, 97 and 6E. RGB value is (101,151,110). Sum of RGB (Red+Green+Blue) = 101+151+110=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 151 - color contains mainly: green. Hex color #65976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65976E is #9A6891. Grayscale: #838383. Windows color (decimal): -10119314 or 7247717. OLE color: 7247717.

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

Color convert

RGB 101 151 110 -
CMYK 0.33 0 0.27 0.41
HSL 130.8º 0.2% 0.49% -
HSV(B) 130.8º 0.33% 0.59% -
XYZ 19.25 26.03 18.76 -
YUV 131.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 101 151 110 0.33 0 0.27 0.41 130.8 0.2 0.49
Hex 65 97 6E 21 0 1B 29 83 14 31
Octal 145 227 156 41 0 33 51 203 24 61
Binary 1100101 10010111 1101110 100001 0 11011 101001 10000011 10100 110001

Color Harmonies of #65976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65976E

Black with #65976E

Text Example


Text Example

White with #65976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65976E; }

 p { color: rgb(101,151,110); }

 H1.HeaderClassName
 {
   color: #65976E;
 }
 .AnyTagClassName
 {
   color: #65976E;
 }
</style>

background-color css

<style>
 a { background-color: #65976E; }

 a { background-color: rgb(101,151,110); }

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

border-color css

<style>
 span { border-color: #65976E; }

 span { border-color: rgb(101,151,110); }

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