Html Css Color HEX #76B63C Apple

📋 copy color: '#76B63C'

red 118 ◦ green 182 ◦ blue 60

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

Shades of Apple #76B63C

Tints of Apple #76B63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 32.78%
G = 50.56%
B = 16.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#76B63C (or 0x76B63C) is known color: Apple. HEX triplet: 76, B6 and 3C. RGB value is (118,182,60). Sum of RGB (Red+Green+Blue) = 118+182+60=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #76B63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B63C is #8949C3. Grayscale: #959595. Windows color (decimal): -8997316 or 3978870. OLE color: 3978870.

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

Color convert

RGB 118 182 60 -
CMYK 0.35 0 0.67 0.29
HSL 91.48º 0.5% 0.47% -
HSV(B) 91.48º 0.67% 0.71% -
XYZ 25.01 37.63 10.22 -
YUV 148.96 77.8 105.92 -
System Red Green Blue C M Y K H S L
Decimal 118 182 60 0.35 0 0.67 0.29 91.48 0.5 0.47
Hex 76 B6 3C 23 0 43 1D 5B 32 2F
Octal 166 266 74 43 0 103 35 133 62 57
Binary 1110110 10110110 111100 100011 0 1000011 11101 1011011 110010 101111

Color Harmonies of #76B63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B63C

Black with #76B63C

Text Example


Text Example

White with #76B63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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