Html Css Color HEX #9DCD68 Olivine

📋 copy color: '#9DCD68'

red 157 ◦ green 205 ◦ blue 104

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

Shades of Olivine #9DCD68

Tints of Olivine #9DCD68

RGB

 RED value IS 157 (61.72% from 255) = 33.69%

 GREEN value IS 205 (80.47% from 255) = 43.99%

 BLUE value IS 104 (41.02% from 255) = 22.32%

R = 33.69%
G = 43.99%
B = 22.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#9DCD68 (or 0x9DCD68) is known color: Olivine. HEX triplet: 9D, CD and 68. RGB value is (157,205,104). Sum of RGB (Red+Green+Blue) = 157+205+104=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD68 is #623297. Grayscale: #B3B3B3. Windows color (decimal): -6435480 or 6868381. OLE color: 6868381.

HSL color Cylindrical-coordinate representation of color #9DCD68: hue angle of 88.51º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9DCD68 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 104 -
CMYK 0.23 0 0.49 0.20
HSL 88.51º 0.5% 0.61% -
HSV(B) 88.51º 0.49% 0.8% -
XYZ 38.23 51.83 21.09 -
YUV 179.13 85.6 112.21 -
System Red Green Blue C M Y K H S L
Decimal 157 205 104 0.23 0 0.49 0.20 88.51 0.5 0.61
Hex 9D CD 68 17 0 31 14 59 32 3D
Octal 235 315 150 27 0 61 24 131 62 75
Binary 10011101 11001101 1101000 10111 0 110001 10100 1011001 110010 111101

Color Harmonies of #9DCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD68

Black with #9DCD68

Text Example


Text Example

White with #9DCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DCD68; }

 p { color: rgb(157,205,104); }

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

background-color css

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

 a { background-color: rgb(157,205,104); }

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

border-color css

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

 span { border-color: rgb(157,205,104); }

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