Html Css Color HEX #65B049 Apple

📋 copy color: '#65B049'

red 101 ◦ green 176 ◦ blue 73

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

Shades of Apple #65B049

Tints of Apple #65B049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 28.86%
G = 50.29%
B = 20.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#65B049 (or 0x65B049) is known color: Apple. HEX triplet: 65, B0 and 49. RGB value is (101,176,73). Sum of RGB (Red+Green+Blue) = 101+176+73=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #65B049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B049 is #9A4FB6. Grayscale: #8E8E8E. Windows color (decimal): -10112951 or 4829285. OLE color: 4829285.

HSL color Cylindrical-coordinate representation of color #65B049: hue angle of 103.69º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65B049 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 176 73 -
CMYK 0.43 0 0.59 0.31
HSL 103.69º 0.41% 0.49% -
HSV(B) 103.69º 0.59% 0.69% -
XYZ 22.09 34.3 11.76 -
YUV 141.83 89.15 98.88 -
System Red Green Blue C M Y K H S L
Decimal 101 176 73 0.43 0 0.59 0.31 103.69 0.41 0.49
Hex 65 B0 49 2B 0 3B 1F 68 29 31
Octal 145 260 111 53 0 73 37 150 51 61
Binary 1100101 10110000 1001001 101011 0 111011 11111 1101000 101001 110001

Color Harmonies of #65B049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B049

Black with #65B049

Text Example


Text Example

White with #65B049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65B049; }

 p { color: rgb(101,176,73); }

 H1.HeaderClassName
 {
   color: #65B049;
 }
 .AnyTagClassName
 {
   color: #65B049;
 }
</style>

background-color css

<style>
 a { background-color: #65B049; }

 a { background-color: rgb(101,176,73); }

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

border-color css

<style>
 span { border-color: #65B049; }

 span { border-color: rgb(101,176,73); }

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