Html Css Color HEX #618381 Breaker Bay

📋 copy color: '#618381'

red 97 ◦ green 131 ◦ blue 129

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

Shades of Breaker Bay #618381

Tints of Breaker Bay #618381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 27.17%
G = 36.69%
B = 36.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#618381 (or 0x618381) is known color: Breaker Bay. HEX triplet: 61, 83 and 81. RGB value is (97,131,129). Sum of RGB (Red+Green+Blue) = 97+131+129=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #618381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618381 is #9E7C7E. Grayscale: #787878. Windows color (decimal): -10386559 or 8487777. OLE color: 8487777.

HSL color Cylindrical-coordinate representation of color #618381: hue angle of 176.47º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618381 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 129 -
CMYK 0.26 0 0.02 0.49
HSL 176.47º 0.15% 0.45% -
HSV(B) 176.47º 0.26% 0.51% -
XYZ 17.01 20.36 23.8 -
YUV 120.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 97 131 129 0.26 0 0.02 0.49 176.47 0.15 0.45
Hex 61 83 81 1A 0 2 31 B0 F 2D
Octal 141 203 201 32 0 2 61 260 17 55
Binary 1100001 10000011 10000001 11010 0 10 110001 10110000 1111 101101

Color Harmonies of #618381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618381

Black with #618381

Text Example


Text Example

White with #618381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618381; }

 p { color: rgb(97,131,129); }

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

background-color css

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

 a { background-color: rgb(97,131,129); }

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

border-color css

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

 span { border-color: rgb(97,131,129); }

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