Html Css Color HEX #75BA3B Apple

📋 copy color: '#75BA3B'

red 117 ◦ green 186 ◦ blue 59

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

Shades of Apple #75BA3B

Tints of Apple #75BA3B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 32.32%
G = 51.38%
B = 16.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#75BA3B (or 0x75BA3B) is known color: Apple. HEX triplet: 75, BA and 3B. RGB value is (117,186,59). Sum of RGB (Red+Green+Blue) = 117+186+59=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA3B is #8A45C4. Grayscale: #979797. Windows color (decimal): -9061829 or 3914357. OLE color: 3914357.

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

Color convert

RGB 117 186 59 -
CMYK 0.37 0 0.68 0.27
HSL 92.6º 0.52% 0.48% -
HSV(B) 92.6º 0.68% 0.73% -
XYZ 25.68 39.22 10.35 -
YUV 150.89 76.14 103.83 -
System Red Green Blue C M Y K H S L
Decimal 117 186 59 0.37 0 0.68 0.27 92.6 0.52 0.48
Hex 75 BA 3B 25 0 44 1B 5D 34 30
Octal 165 272 73 45 0 104 33 135 64 60
Binary 1110101 10111010 111011 100101 0 1000100 11011 1011101 110100 110000

Color Harmonies of #75BA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BA3B

Black with #75BA3B

Text Example


Text Example

White with #75BA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,186,59); }

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

background-color css

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

 a { background-color: rgb(117,186,59); }

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

border-color css

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

 span { border-color: rgb(117,186,59); }

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