Html Css Color HEX #77BF3C Apple

📋 copy color: '#77BF3C'

red 119 ◦ green 191 ◦ blue 60

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

Shades of Apple #77BF3C

Tints of Apple #77BF3C

RGB

 RED value IS 119 (46.88% from 255) = 32.16%

 GREEN value IS 191 (75% from 255) = 51.62%

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

R = 32.16%
G = 51.62%
B = 16.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#77BF3C (or 0x77BF3C) is known color: Apple. HEX triplet: 77, BF and 3C. RGB value is (119,191,60). Sum of RGB (Red+Green+Blue) = 119+191+60=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BF3C is #8840C3. Grayscale: #9A9A9A. Windows color (decimal): -8929476 or 3981175. OLE color: 3981175.

HSL color Cylindrical-coordinate representation of color #77BF3C: hue angle of 92.98º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77BF3C is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 191 60 -
CMYK 0.38 0 0.69 0.25
HSL 92.98º 0.52% 0.49% -
HSV(B) 92.98º 0.69% 0.75% -
XYZ 27.05 41.51 10.86 -
YUV 154.54 74.65 102.65 -
System Red Green Blue C M Y K H S L
Decimal 119 191 60 0.38 0 0.69 0.25 92.98 0.52 0.49
Hex 77 BF 3C 26 0 45 19 5D 34 31
Octal 167 277 74 46 0 105 31 135 64 61
Binary 1110111 10111111 111100 100110 0 1000101 11001 1011101 110100 110001

Color Harmonies of #77BF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BF3C

Black with #77BF3C

Text Example


Text Example

White with #77BF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BF3C; }

 p { color: rgb(119,191,60); }

 H1.HeaderClassName
 {
   color: #77BF3C;
 }
 .AnyTagClassName
 {
   color: #77BF3C;
 }
</style>

background-color css

<style>
 a { background-color: #77BF3C; }

 a { background-color: rgb(119,191,60); }

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

border-color css

<style>
 span { border-color: #77BF3C; }

 span { border-color: rgb(119,191,60); }

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