Html Css Color HEX #609F42 Apple

📋 copy color: '#609F42'

red 96 ◦ green 159 ◦ blue 66

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

Shades of Apple #609F42

Tints of Apple #609F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 29.91%
G = 49.53%
B = 20.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#609F42 (or 0x609F42) is known color: Apple. HEX triplet: 60, 9F and 42. RGB value is (96,159,66). Sum of RGB (Red+Green+Blue) = 96+159+66=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 159 (62.5% from 255 or 49.53% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 159 - color contains mainly: green. Hex color #609F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609F42 is #9F60BD. Grayscale: #818181. Windows color (decimal): -10444990 or 4366176. OLE color: 4366176.

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

Color convert

RGB 96 159 66 -
CMYK 0.40 0 0.58 0.38
HSL 100.65º 0.41% 0.44% -
HSV(B) 100.65º 0.58% 0.62% -
XYZ 18.21 27.68 9.54 -
YUV 129.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 96 159 66 0.40 0 0.58 0.38 100.65 0.41 0.44
Hex 60 9F 42 28 0 3A 26 65 29 2C
Octal 140 237 102 50 0 72 46 145 51 54
Binary 1100000 10011111 1000010 101000 0 111010 100110 1100101 101001 101100

Color Harmonies of #609F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609F42

Black with #609F42

Text Example


Text Example

White with #609F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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