Html Css Color HEX #609D42 Apple

📋 copy color: '#609D42'

red 96 ◦ green 157 ◦ blue 66

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

Shades of Apple #609D42

Tints of Apple #609D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.22%

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

R = 30.09%
G = 49.22%
B = 20.69%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#609D42 (or 0x609D42) is known color: Apple. HEX triplet: 60, 9D and 42. RGB value is (96,157,66). Sum of RGB (Red+Green+Blue) = 96+157+66=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #609D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609D42 is #9F62BD. Grayscale: #808080. Windows color (decimal): -10445502 or 4365664. OLE color: 4365664.

HSL color Cylindrical-coordinate representation of color #609D42: hue angle of 100.22º 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 #609D42 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 157 66 -
CMYK 0.39 0 0.58 0.38
HSL 100.22º 0.41% 0.44% -
HSV(B) 100.22º 0.58% 0.62% -
XYZ 17.86 26.99 9.42 -
YUV 128.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 96 157 66 0.39 0 0.58 0.38 100.22 0.41 0.44
Hex 60 9D 42 27 0 3A 26 64 29 2C
Octal 140 235 102 47 0 72 46 144 51 54
Binary 1100000 10011101 1000010 100111 0 111010 100110 1100100 101001 101100

Color Harmonies of #609D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609D42

Black with #609D42

Text Example


Text Example

White with #609D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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