Html Css Color HEX #74B64B Apple

📋 copy color: '#74B64B'

red 116 ◦ green 182 ◦ blue 75

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

Shades of Apple #74B64B

Tints of Apple #74B64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 31.1%
G = 48.79%
B = 20.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#74B64B (or 0x74B64B) is known color: Apple. HEX triplet: 74, B6 and 4B. RGB value is (116,182,75). Sum of RGB (Red+Green+Blue) = 116+182+75=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #74B64B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B64B is #8B49B4. Grayscale: #969696. Windows color (decimal): -9128373 or 4961908. OLE color: 4961908.

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

Color convert

RGB 116 182 75 -
CMYK 0.36 0 0.59 0.29
HSL 97.01º 0.42% 0.5% -
HSV(B) 97.01º 0.59% 0.71% -
XYZ 25.2 37.68 12.6 -
YUV 150.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 116 182 75 0.36 0 0.59 0.29 97.01 0.42 0.5
Hex 74 B6 4B 24 0 3B 1D 61 2A 32
Octal 164 266 113 44 0 73 35 141 52 62
Binary 1110100 10110110 1001011 100100 0 111011 11101 1100001 101010 110010

Color Harmonies of #74B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B64B

Black with #74B64B

Text Example


Text Example

White with #74B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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