Html Css Color HEX #75B941 Apple

📋 copy color: '#75B941'

red 117 ◦ green 185 ◦ blue 65

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

Shades of Apple #75B941

Tints of Apple #75B941

RGB

 RED value IS 117 (46.09% from 255) = 31.88%

 GREEN value IS 185 (72.66% from 255) = 50.41%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 31.88%
G = 50.41%
B = 17.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#75B941 (or 0x75B941) is known color: Apple. HEX triplet: 75, B9 and 41. RGB value is (117,185,65). Sum of RGB (Red+Green+Blue) = 117+185+65=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #75B941 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B941 is #8A46BE. Grayscale: #979797. Windows color (decimal): -9062079 or 4307317. OLE color: 4307317.

HSL color Cylindrical-coordinate representation of color #75B941: hue angle of 94º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75B941 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 185 65 -
CMYK 0.37 0 0.65 0.27
HSL 94º 0.48% 0.49% -
HSV(B) 94º 0.65% 0.73% -
XYZ 25.64 38.86 11.15 -
YUV 150.99 79.47 103.76 -
System Red Green Blue C M Y K H S L
Decimal 117 185 65 0.37 0 0.65 0.27 94 0.48 0.49
Hex 75 B9 41 25 0 41 1B 5E 30 31
Octal 165 271 101 45 0 101 33 136 60 61
Binary 1110101 10111001 1000001 100101 0 1000001 11011 1011110 110000 110001

Color Harmonies of #75B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B941

Black with #75B941

Text Example


Text Example

White with #75B941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75B941; }

 p { color: rgb(117,185,65); }

 H1.HeaderClassName
 {
   color: #75B941;
 }
 .AnyTagClassName
 {
   color: #75B941;
 }
</style>

background-color css

<style>
 a { background-color: #75B941; }

 a { background-color: rgb(117,185,65); }

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

border-color css

<style>
 span { border-color: #75B941; }

 span { border-color: rgb(117,185,65); }

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