Html Css Color HEX #609B42 Apple

📋 copy color: '#609B42'

red 96 ◦ green 155 ◦ blue 66

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

Shades of Apple #609B42

Tints of Apple #609B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.9%

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

R = 30.28%
G = 48.9%
B = 20.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#609B42 (or 0x609B42) is known color: Apple. HEX triplet: 60, 9B and 42. RGB value is (96,155,66). Sum of RGB (Red+Green+Blue) = 96+155+66=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #609B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B42 is #9F64BD. Grayscale: #7F7F7F. Windows color (decimal): -10446014 or 4365152. OLE color: 4365152.

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

Color convert

RGB 96 155 66 -
CMYK 0.38 0 0.57 0.39
HSL 99.78º 0.4% 0.43% -
HSV(B) 99.78º 0.57% 0.61% -
XYZ 17.53 26.32 9.31 -
YUV 127.21 93.45 105.74 -
System Red Green Blue C M Y K H S L
Decimal 96 155 66 0.38 0 0.57 0.39 99.78 0.4 0.43
Hex 60 9B 42 26 0 39 27 64 28 2B
Octal 140 233 102 46 0 71 47 144 50 53
Binary 1100000 10011011 1000010 100110 0 111001 100111 1100100 101000 101011

Color Harmonies of #609B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B42

Black with #609B42

Text Example


Text Example

White with #609B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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