Html Css Color HEX #76B63D Apple

📋 copy color: '#76B63D'

red 118 ◦ green 182 ◦ blue 61

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

Shades of Apple #76B63D

Tints of Apple #76B63D

RGB

 RED value IS 118 (46.48% from 255) = 32.69%

 GREEN value IS 182 (71.48% from 255) = 50.42%

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

R = 32.69%
G = 50.42%
B = 16.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#76B63D (or 0x76B63D) is known color: Apple. HEX triplet: 76, B6 and 3D. RGB value is (118,182,61). Sum of RGB (Red+Green+Blue) = 118+182+61=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #76B63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B63D is #8949C2. Grayscale: #959595. Windows color (decimal): -8997315 or 4044406. OLE color: 4044406.

HSL color Cylindrical-coordinate representation of color #76B63D: hue angle of 91.74º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76B63D is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 61 -
CMYK 0.35 0 0.66 0.29
HSL 91.74º 0.5% 0.48% -
HSV(B) 91.74º 0.66% 0.71% -
XYZ 25.04 37.64 10.36 -
YUV 149.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 118 182 61 0.35 0 0.66 0.29 91.74 0.5 0.48
Hex 76 B6 3D 23 0 42 1D 5C 32 30
Octal 166 266 75 43 0 102 35 134 62 60
Binary 1110110 10110110 111101 100011 0 1000010 11101 1011100 110010 110000

Color Harmonies of #76B63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B63D

Black with #76B63D

Text Example


Text Example

White with #76B63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B63D; }

 p { color: rgb(118,182,61); }

 H1.HeaderClassName
 {
   color: #76B63D;
 }
 .AnyTagClassName
 {
   color: #76B63D;
 }
</style>

background-color css

<style>
 a { background-color: #76B63D; }

 a { background-color: rgb(118,182,61); }

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

border-color css

<style>
 span { border-color: #76B63D; }

 span { border-color: rgb(118,182,61); }

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