Html Css Color HEX #75B33A Apple

📋 copy color: '#75B33A'

red 117 ◦ green 179 ◦ blue 58

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

Shades of Apple #75B33A

Tints of Apple #75B33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 33.05%
G = 50.56%
B = 16.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#75B33A (or 0x75B33A) is known color: Apple. HEX triplet: 75, B3 and 3A. RGB value is (117,179,58). Sum of RGB (Red+Green+Blue) = 117+179+58=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #75B33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B33A is #8A4CC5. Grayscale: #939393. Windows color (decimal): -9063622 or 3847029. OLE color: 3847029.

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

Color convert

RGB 117 179 58 -
CMYK 0.35 0 0.68 0.30
HSL 90.74º 0.51% 0.46% -
HSV(B) 90.74º 0.68% 0.7% -
XYZ 24.22 36.33 9.74 -
YUV 146.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 117 179 58 0.35 0 0.68 0.30 90.74 0.51 0.46
Hex 75 B3 3A 23 0 44 1E 5B 33 2E
Octal 165 263 72 43 0 104 36 133 63 56
Binary 1110101 10110011 111010 100011 0 1000100 11110 1011011 110011 101110

Color Harmonies of #75B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B33A

Black with #75B33A

Text Example


Text Example

White with #75B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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