Html Css Color HEX #619869 Laurel

📋 copy color: '#619869'

red 97 ◦ green 152 ◦ blue 105

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

Shades of Laurel #619869

Tints of Laurel #619869

RGB

 RED value IS 97 (38.28% from 255) = 27.4%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 27.4%
G = 42.94%
B = 29.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#619869 (or 0x619869) is known color: Laurel. HEX triplet: 61, 98 and 69. RGB value is (97,152,105). Sum of RGB (Red+Green+Blue) = 97+152+105=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #619869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619869 is #9E6796. Grayscale: #828282. Windows color (decimal): -10381207 or 6920289. OLE color: 6920289.

HSL color Cylindrical-coordinate representation of color #619869: hue angle of 128.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619869 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 105 -
CMYK 0.36 0 0.31 0.40
HSL 128.73º 0.22% 0.49% -
HSV(B) 128.73º 0.36% 0.6% -
XYZ 18.71 26.02 17.4 -
YUV 130.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 97 152 105 0.36 0 0.31 0.40 128.73 0.22 0.49
Hex 61 98 69 24 0 1F 28 81 16 31
Octal 141 230 151 44 0 37 50 201 26 61
Binary 1100001 10011000 1101001 100100 0 11111 101000 10000001 10110 110001

Color Harmonies of #619869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619869

Black with #619869

Text Example


Text Example

White with #619869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619869; }

 p { color: rgb(97,152,105); }

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

background-color css

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

 a { background-color: rgb(97,152,105); }

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

border-color css

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

 span { border-color: rgb(97,152,105); }

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