Html Css Color HEX #65AB3D Apple

📋 copy color: '#65AB3D'

red 101 ◦ green 171 ◦ blue 61

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

Shades of Apple #65AB3D

Tints of Apple #65AB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.35%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 30.33%
G = 51.35%
B = 18.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#65AB3D (or 0x65AB3D) is known color: Apple. HEX triplet: 65, AB and 3D. RGB value is (101,171,61). Sum of RGB (Red+Green+Blue) = 101+171+61=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AB3D is #9A54C2. Grayscale: #898989. Windows color (decimal): -10114243 or 4041573. OLE color: 4041573.

HSL color Cylindrical-coordinate representation of color #65AB3D: hue angle of 98.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65AB3D is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 171 61 -
CMYK 0.41 0 0.64 0.33
HSL 98.18º 0.47% 0.45% -
HSV(B) 98.18º 0.64% 0.67% -
XYZ 20.77 32.23 9.54 -
YUV 137.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 101 171 61 0.41 0 0.64 0.33 98.18 0.47 0.45
Hex 65 AB 3D 29 0 40 21 62 2F 2D
Octal 145 253 75 51 0 100 41 142 57 55
Binary 1100101 10101011 111101 101001 0 1000000 100001 1100010 101111 101101

Color Harmonies of #65AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AB3D

Black with #65AB3D

Text Example


Text Example

White with #65AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,171,61); }

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

background-color css

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

 a { background-color: rgb(101,171,61); }

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

border-color css

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

 span { border-color: rgb(101,171,61); }

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