Html Css Color HEX #76B23B Apple

📋 copy color: '#76B23B'

red 118 ◦ green 178 ◦ blue 59

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

Shades of Apple #76B23B

Tints of Apple #76B23B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.62%

R = 33.24%
G = 50.14%
B = 16.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#76B23B (or 0x76B23B) is known color: Apple. HEX triplet: 76, B2 and 3B. RGB value is (118,178,59). Sum of RGB (Red+Green+Blue) = 118+178+59=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #76B23B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B23B is #894DC4. Grayscale: #929292. Windows color (decimal): -8998341 or 3912310. OLE color: 3912310.

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

Color convert

RGB 118 178 59 -
CMYK 0.34 0 0.67 0.30
HSL 90.25º 0.5% 0.46% -
HSV(B) 90.25º 0.67% 0.7% -
XYZ 24.18 36.01 9.81 -
YUV 146.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 118 178 59 0.34 0 0.67 0.30 90.25 0.5 0.46
Hex 76 B2 3B 22 0 43 1E 5A 32 2E
Octal 166 262 73 42 0 103 36 132 62 56
Binary 1110110 10110010 111011 100010 0 1000011 11110 1011010 110010 101110

Color Harmonies of #76B23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B23B

Black with #76B23B

Text Example


Text Example

White with #76B23B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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