Html Css Color HEX #609C42 Apple

📋 copy color: '#609C42'

red 96 ◦ green 156 ◦ blue 66

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

Shades of Apple #609C42

Tints of Apple #609C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.06%

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

R = 30.19%
G = 49.06%
B = 20.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#609C42 (or 0x609C42) is known color: Apple. HEX triplet: 60, 9C and 42. RGB value is (96,156,66). Sum of RGB (Red+Green+Blue) = 96+156+66=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #609C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609C42 is #9F63BD. Grayscale: #808080. Windows color (decimal): -10445758 or 4365408. OLE color: 4365408.

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

Color convert

RGB 96 156 66 -
CMYK 0.38 0 0.58 0.39
HSL 100º 0.41% 0.44% -
HSV(B) 100º 0.58% 0.61% -
XYZ 17.7 26.66 9.37 -
YUV 127.8 93.12 105.32 -
System Red Green Blue C M Y K H S L
Decimal 96 156 66 0.38 0 0.58 0.39 100 0.41 0.44
Hex 60 9C 42 26 0 3A 27 64 29 2C
Octal 140 234 102 46 0 72 47 144 51 54
Binary 1100000 10011100 1000010 100110 0 111010 100111 1100100 101001 101100

Color Harmonies of #609C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609C42

Black with #609C42

Text Example


Text Example

White with #609C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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