Html Css Color HEX #76BA38 Apple

📋 copy color: '#76BA38'

red 118 ◦ green 186 ◦ blue 56

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

Shades of Apple #76BA38

Tints of Apple #76BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.67%

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 32.78%
G = 51.67%
B = 15.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#76BA38 (or 0x76BA38) is known color: Apple. HEX triplet: 76, BA and 38. RGB value is (118,186,56). Sum of RGB (Red+Green+Blue) = 118+186+56=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA38 is #8945C7. Grayscale: #979797. Windows color (decimal): -8996296 or 3717750. OLE color: 3717750.

HSL color Cylindrical-coordinate representation of color #76BA38: hue angle of 91.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76BA38 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 56 -
CMYK 0.37 0 0.70 0.27
HSL 91.38º 0.54% 0.47% -
HSV(B) 91.38º 0.7% 0.73% -
XYZ 25.74 39.25 9.96 -
YUV 150.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 118 186 56 0.37 0 0.70 0.27 91.38 0.54 0.47
Hex 76 BA 38 25 0 46 1B 5B 36 2F
Octal 166 272 70 45 0 106 33 133 66 57
Binary 1110110 10111010 111000 100101 0 1000110 11011 1011011 110110 101111

Color Harmonies of #76BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA38

Black with #76BA38

Text Example


Text Example

White with #76BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,56); }

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

background-color css

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

 a { background-color: rgb(118,186,56); }

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

border-color css

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

 span { border-color: rgb(118,186,56); }

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