Html Css Color HEX #60B534 Apple

📋 copy color: '#60B534'

red 96 ◦ green 181 ◦ blue 52

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

Shades of Apple #60B534

Tints of Apple #60B534

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

 GREEN value IS 181 (71.09% from 255) = 55.02%

 BLUE value IS 52 (20.7% from 255) = 15.81%

R = 29.18%
G = 55.02%
B = 15.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#60B534 (or 0x60B534) is known color: Apple. HEX triplet: 60, B5 and 34. RGB value is (96,181,52). Sum of RGB (Red+Green+Blue) = 96+181+52=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #60B534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60B534 is #9F4ACB. Grayscale: #8D8D8D. Windows color (decimal): -10439372 or 3454304. OLE color: 3454304.

HSL color Cylindrical-coordinate representation of color #60B534: hue angle of 99.53º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60B534 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 52 -
CMYK 0.47 0 0.71 0.29
HSL 99.53º 0.55% 0.46% -
HSV(B) 99.53º 0.71% 0.71% -
XYZ 21.97 35.78 9 -
YUV 140.88 77.84 95.99 -
System Red Green Blue C M Y K H S L
Decimal 96 181 52 0.47 0 0.71 0.29 99.53 0.55 0.46
Hex 60 B5 34 2F 0 47 1D 64 37 2E
Octal 140 265 64 57 0 107 35 144 67 56
Binary 1100000 10110101 110100 101111 0 1000111 11101 1100100 110111 101110

Color Harmonies of #60B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B534

Black with #60B534

Text Example


Text Example

White with #60B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B534; }

 p { color: rgb(96,181,52); }

 H1.HeaderClassName
 {
   color: #60B534;
 }
 .AnyTagClassName
 {
   color: #60B534;
 }
</style>

background-color css

<style>
 a { background-color: #60B534; }

 a { background-color: rgb(96,181,52); }

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

border-color css

<style>
 span { border-color: #60B534; }

 span { border-color: rgb(96,181,52); }

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