Html Css Color HEX #609F40 Apple

📋 copy color: '#609F40'

red 96 ◦ green 159 ◦ blue 64

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

Shades of Apple #609F40

Tints of Apple #609F40

RGB

 RED value IS 96 (37.89% from 255) = 30.09%

 GREEN value IS 159 (62.5% from 255) = 49.84%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 30.09%
G = 49.84%
B = 20.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#609F40 (or 0x609F40) is known color: Apple. HEX triplet: 60, 9F and 40. RGB value is (96,159,64). Sum of RGB (Red+Green+Blue) = 96+159+64=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #609F40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609F40 is #9F60BF. Grayscale: #818181. Windows color (decimal): -10444992 or 4235104. OLE color: 4235104.

HSL color Cylindrical-coordinate representation of color #609F40: hue angle of 99.79º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609F40 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 159 64 -
CMYK 0.40 0 0.60 0.38
HSL 99.79º 0.43% 0.44% -
HSV(B) 99.79º 0.6% 0.62% -
XYZ 18.15 27.65 9.23 -
YUV 129.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 96 159 64 0.40 0 0.60 0.38 99.79 0.43 0.44
Hex 60 9F 40 28 0 3C 26 64 2B 2C
Octal 140 237 100 50 0 74 46 144 53 54
Binary 1100000 10011111 1000000 101000 0 111100 100110 1100100 101011 101100

Color Harmonies of #609F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609F40

Black with #609F40

Text Example


Text Example

White with #609F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609F40; }

 p { color: rgb(96,159,64); }

 H1.HeaderClassName
 {
   color: #609F40;
 }
 .AnyTagClassName
 {
   color: #609F40;
 }
</style>

background-color css

<style>
 a { background-color: #609F40; }

 a { background-color: rgb(96,159,64); }

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

border-color css

<style>
 span { border-color: #609F40; }

 span { border-color: rgb(96,159,64); }

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