#609462

Color #609462 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #609462

Tints of Hippie Green #609462

Color information

#609462 (or 0x609462) is unknown color: approx Hippie Green. HEX triplet: 60, 94 and 62. RGB value is (96,148,98). Sum of RGB (Red+Green+Blue) = 96+148+98=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #609462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609462 is #9F6B9D. Grayscale: #7E7E7E. Windows color (decimal): -10447774 or 6460512. OLE color: 6460512.

HSL color Cylindrical-coordinate representation of color #609462: hue angle of 122.31º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #609462 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB9614898-
CMYK0.3500.340.42
HSL122.31º21.31%47.84%-
HSV(B)122.31º35.14%58.04%-
XYZ17.6224.5515.37-
YUV126.75111.77106.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.07%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=28.07%
G=43.27%
B=28.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal96148980.3500.340.42122.3121.3147.84
Hex609462230222A7a1530
Octal14022414243042521722560
Binary11000001001010011000101000110100010101010111101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609462; }

 p { color: rgb(96,148,98); }

 H1.HeaderClassName
 {
   color: #609462;
 }
 .AnyTagClassName
 {
   color: #609462;
 }
</style>
background-color css

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

 a { background-color: rgb(96,148,98); }

 div.DivClassName
 {
   background-color: #609462;
 }
 .BgClassName
 {
   background-color: #609462;
 }
</style>
border-color css

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

 span { border-color: rgb(96,148,98); }

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