Html Css Color HEX #75B041 Apple

📋 copy color: '#75B041'

red 117 ◦ green 176 ◦ blue 65

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

Shades of Apple #75B041

Tints of Apple #75B041

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

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

R = 32.68%
G = 49.16%
B = 18.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#75B041 (or 0x75B041) is known color: Apple. HEX triplet: 75, B0 and 41. RGB value is (117,176,65). Sum of RGB (Red+Green+Blue) = 117+176+65=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #75B041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75B041 is #8A4FBE. Grayscale: #929292. Windows color (decimal): -9064383 or 4305013. OLE color: 4305013.

HSL color Cylindrical-coordinate representation of color #75B041: hue angle of 91.89º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75B041 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 176 65 -
CMYK 0.34 0 0.63 0.31
HSL 91.89º 0.46% 0.47% -
HSV(B) 91.89º 0.63% 0.69% -
XYZ 23.82 35.21 10.54 -
YUV 145.71 82.45 107.53 -
System Red Green Blue C M Y K H S L
Decimal 117 176 65 0.34 0 0.63 0.31 91.89 0.46 0.47
Hex 75 B0 41 22 0 3F 1F 5C 2E 2F
Octal 165 260 101 42 0 77 37 134 56 57
Binary 1110101 10110000 1000001 100010 0 111111 11111 1011100 101110 101111

Color Harmonies of #75B041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B041

Black with #75B041

Text Example


Text Example

White with #75B041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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