Html Css Color HEX #74B652 Apple

📋 copy color: '#74B652'

red 116 ◦ green 182 ◦ blue 82

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

Shades of Apple #74B652

Tints of Apple #74B652

RGB

 RED value IS 116 (45.7% from 255) = 30.53%

 GREEN value IS 182 (71.48% from 255) = 47.89%

 BLUE value IS 82 (32.42% from 255) = 21.58%

R = 30.53%
G = 47.89%
B = 21.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#74B652 (or 0x74B652) is known color: Apple. HEX triplet: 74, B6 and 52. RGB value is (116,182,82). Sum of RGB (Red+Green+Blue) = 116+182+82=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #74B652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B652 is #8B49AD. Grayscale: #979797. Windows color (decimal): -9128366 or 5420660. OLE color: 5420660.

HSL color Cylindrical-coordinate representation of color #74B652: hue angle of 99.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74B652 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 182 82 -
CMYK 0.36 0 0.55 0.29
HSL 99.6º 0.41% 0.52% -
HSV(B) 99.6º 0.55% 0.71% -
XYZ 25.45 37.78 13.93 -
YUV 150.87 89.13 103.13 -
System Red Green Blue C M Y K H S L
Decimal 116 182 82 0.36 0 0.55 0.29 99.6 0.41 0.52
Hex 74 B6 52 24 0 37 1D 64 29 34
Octal 164 266 122 44 0 67 35 144 51 64
Binary 1110100 10110110 1010010 100100 0 110111 11101 1100100 101001 110100

Color Harmonies of #74B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B652

Black with #74B652

Text Example


Text Example

White with #74B652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74B652; }

 p { color: rgb(116,182,82); }

 H1.HeaderClassName
 {
   color: #74B652;
 }
 .AnyTagClassName
 {
   color: #74B652;
 }
</style>

background-color css

<style>
 a { background-color: #74B652; }

 a { background-color: rgb(116,182,82); }

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

border-color css

<style>
 span { border-color: #74B652; }

 span { border-color: rgb(116,182,82); }

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