Html Css Color HEX #76B23C Apple

📋 copy color: '#76B23C'

red 118 ◦ green 178 ◦ blue 60

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

Shades of Apple #76B23C

Tints of Apple #76B23C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

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

R = 33.15%
G = 50%
B = 16.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#76B23C (or 0x76B23C) is known color: Apple. HEX triplet: 76, B2 and 3C. RGB value is (118,178,60). Sum of RGB (Red+Green+Blue) = 118+178+60=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #76B23C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B23C is #894DC3. Grayscale: #939393. Windows color (decimal): -8998340 or 3977846. OLE color: 3977846.

HSL color Cylindrical-coordinate representation of color #76B23C: hue angle of 90.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76B23C is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 60 -
CMYK 0.34 0 0.66 0.30
HSL 90.51º 0.5% 0.47% -
HSV(B) 90.51º 0.66% 0.7% -
XYZ 24.21 36.02 9.95 -
YUV 146.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 118 178 60 0.34 0 0.66 0.30 90.51 0.5 0.47
Hex 76 B2 3C 22 0 42 1E 5B 32 2F
Octal 166 262 74 42 0 102 36 133 62 57
Binary 1110110 10110010 111100 100010 0 1000010 11110 1011011 110010 101111

Color Harmonies of #76B23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B23C

Black with #76B23C

Text Example


Text Example

White with #76B23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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