Html Css Color HEX #76CB69 Pastel Green

📋 copy color: '#76CB69'

red 118 ◦ green 203 ◦ blue 105

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

Shades of Pastel Green #76CB69

Tints of Pastel Green #76CB69

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.65%

 BLUE value IS 105 (41.41% from 255) = 24.65%

R = 27.7%
G = 47.65%
B = 24.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#76CB69 (or 0x76CB69) is known color: Pastel Green. HEX triplet: 76, CB and 69. RGB value is (118,203,105). Sum of RGB (Red+Green+Blue) = 118+203+105=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB69 is #893496. Grayscale: #A6A6A6. Windows color (decimal): -8991895 or 6933366. OLE color: 6933366.

HSL color Cylindrical-coordinate representation of color #76CB69: hue angle of 112.04º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76CB69 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 105 -
CMYK 0.42 0 0.48 0.20
HSL 112.04º 0.49% 0.6% -
HSV(B) 112.04º 0.48% 0.8% -
XYZ 31.38 47.58 20.9 -
YUV 166.41 93.34 93.47 -
System Red Green Blue C M Y K H S L
Decimal 118 203 105 0.42 0 0.48 0.20 112.04 0.49 0.6
Hex 76 CB 69 2A 0 30 14 70 31 3C
Octal 166 313 151 52 0 60 24 160 61 74
Binary 1110110 11001011 1101001 101010 0 110000 10100 1110000 110001 111100

Color Harmonies of #76CB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CB69

Black with #76CB69

Text Example


Text Example

White with #76CB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,203,105); }

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

background-color css

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

 a { background-color: rgb(118,203,105); }

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

border-color css

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

 span { border-color: rgb(118,203,105); }

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