Html Css Color HEX #76BC3D Apple

📋 copy color: '#76BC3D'

red 118 ◦ green 188 ◦ blue 61

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

Shades of Apple #76BC3D

Tints of Apple #76BC3D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 61 (24.22% from 255) = 16.62%

R = 32.15%
G = 51.23%
B = 16.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#76BC3D (or 0x76BC3D) is known color: Apple. HEX triplet: 76, BC and 3D. RGB value is (118,188,61). Sum of RGB (Red+Green+Blue) = 118+188+61=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC3D is #8943C2. Grayscale: #999999. Windows color (decimal): -8995779 or 4045942. OLE color: 4045942.

HSL color Cylindrical-coordinate representation of color #76BC3D: hue angle of 93.07º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76BC3D is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 61 -
CMYK 0.37 0 0.68 0.26
HSL 93.07º 0.51% 0.49% -
HSV(B) 93.07º 0.68% 0.74% -
XYZ 26.3 40.15 10.78 -
YUV 152.59 76.31 103.33 -
System Red Green Blue C M Y K H S L
Decimal 118 188 61 0.37 0 0.68 0.26 93.07 0.51 0.49
Hex 76 BC 3D 25 0 44 1A 5D 33 31
Octal 166 274 75 45 0 104 32 135 63 61
Binary 1110110 10111100 111101 100101 0 1000100 11010 1011101 110011 110001

Color Harmonies of #76BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC3D

Black with #76BC3D

Text Example


Text Example

White with #76BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,188,61); }

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

background-color css

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

 a { background-color: rgb(118,188,61); }

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

border-color css

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

 span { border-color: rgb(118,188,61); }

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