Html Css Color HEX #76BE3C Apple

📋 copy color: '#76BE3C'

red 118 ◦ green 190 ◦ blue 60

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

Shades of Apple #76BE3C

Tints of Apple #76BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.63%

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

R = 32.07%
G = 51.63%
B = 16.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#76BE3C (or 0x76BE3C) is known color: Apple. HEX triplet: 76, BE and 3C. RGB value is (118,190,60). Sum of RGB (Red+Green+Blue) = 118+190+60=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE3C is #8941C3. Grayscale: #9A9A9A. Windows color (decimal): -8995268 or 3980918. OLE color: 3980918.

HSL color Cylindrical-coordinate representation of color #76BE3C: hue angle of 93.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76BE3C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 60 -
CMYK 0.38 0 0.68 0.25
HSL 93.23º 0.52% 0.49% -
HSV(B) 93.23º 0.68% 0.75% -
XYZ 26.7 41 10.78 -
YUV 153.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 118 190 60 0.38 0 0.68 0.25 93.23 0.52 0.49
Hex 76 BE 3C 26 0 44 19 5D 34 31
Octal 166 276 74 46 0 104 31 135 64 61
Binary 1110110 10111110 111100 100110 0 1000100 11001 1011101 110100 110001

Color Harmonies of #76BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE3C

Black with #76BE3C

Text Example


Text Example

White with #76BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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