Html Css Color HEX #75B341 Apple

📋 copy color: '#75B341'

red 117 ◦ green 179 ◦ blue 65

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

Shades of Apple #75B341

Tints of Apple #75B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.58%

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

R = 32.41%
G = 49.58%
B = 18.01%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#75B341 (or 0x75B341) is known color: Apple. HEX triplet: 75, B3 and 41. RGB value is (117,179,65). Sum of RGB (Red+Green+Blue) = 117+179+65=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #75B341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B341 is #8A4CBE. Grayscale: #939393. Windows color (decimal): -9063615 or 4305781. OLE color: 4305781.

HSL color Cylindrical-coordinate representation of color #75B341: hue angle of 92.63º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75B341 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 179 65 -
CMYK 0.35 0 0.64 0.30
HSL 92.63º 0.47% 0.48% -
HSV(B) 92.63º 0.64% 0.7% -
XYZ 24.41 36.4 10.74 -
YUV 147.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 117 179 65 0.35 0 0.64 0.30 92.63 0.47 0.48
Hex 75 B3 41 23 0 40 1E 5D 2F 30
Octal 165 263 101 43 0 100 36 135 57 60
Binary 1110101 10110011 1000001 100011 0 1000000 11110 1011101 101111 110000

Color Harmonies of #75B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B341

Black with #75B341

Text Example


Text Example

White with #75B341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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