Html Css Color HEX #61986D Oxley

📋 copy color: '#61986D'

red 97 ◦ green 152 ◦ blue 109

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

Shades of Oxley #61986D

Tints of Oxley #61986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 27.09%
G = 42.46%
B = 30.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#61986D (or 0x61986D) is known color: Oxley. HEX triplet: 61, 98 and 6D. RGB value is (97,152,109). Sum of RGB (Red+Green+Blue) = 97+152+109=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #61986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61986D is #9E6792. Grayscale: #828282. Windows color (decimal): -10381203 or 7182433. OLE color: 7182433.

HSL color Cylindrical-coordinate representation of color #61986D: hue angle of 133.09º 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 #61986D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 109 -
CMYK 0.36 0 0.28 0.40
HSL 133.09º 0.22% 0.49% -
HSV(B) 133.09º 0.36% 0.6% -
XYZ 18.92 26.1 18.51 -
YUV 130.65 115.78 104 -
System Red Green Blue C M Y K H S L
Decimal 97 152 109 0.36 0 0.28 0.40 133.09 0.22 0.49
Hex 61 98 6D 24 0 1C 28 85 16 31
Octal 141 230 155 44 0 34 50 205 26 61
Binary 1100001 10011000 1101101 100100 0 11100 101000 10000101 10110 110001

Color Harmonies of #61986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61986D

Black with #61986D

Text Example


Text Example

White with #61986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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