Html Css Color HEX #699B09 Christi

📋 copy color: '#699B09'

red 105 ◦ green 155 ◦ blue 9

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

Shades of Christi #699B09

Tints of Christi #699B09

RGB

 RED value IS 105 (41.41% from 255) = 39.03%

 GREEN value IS 155 (60.94% from 255) = 57.62%

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 39.03%
G = 57.62%
B = 3.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#699B09 (or 0x699B09) is known color: Christi. HEX triplet: 69, 9B and 09. RGB value is (105,155,9). Sum of RGB (Red+Green+Blue) = 105+155+9=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #699B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699B09 is #9664F6. Grayscale: #7B7B7B. Windows color (decimal): -9856247 or 629609. OLE color: 629609.

HSL color Cylindrical-coordinate representation of color #699B09: hue angle of 80.55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #699B09 is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 155 9 -
CMYK 0.32 0 0.94 0.39
HSL 80.55º 0.89% 0.32% -
HSV(B) 80.55º 0.94% 0.61% -
XYZ 17.6 26.47 4.44 -
YUV 123.41 63.44 114.87 -
System Red Green Blue C M Y K H S L
Decimal 105 155 9 0.32 0 0.94 0.39 80.55 0.89 0.32
Hex 69 9B 9 20 0 5E 27 51 59 20
Octal 151 233 11 40 0 136 47 121 131 40
Binary 1101001 10011011 1001 100000 0 1011110 100111 1010001 1011001 100000

Color Harmonies of #699B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699B09

Black with #699B09

Text Example


Text Example

White with #699B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699B09; }

 p { color: rgb(105,155,9); }

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

background-color css

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

 a { background-color: rgb(105,155,9); }

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

border-color css

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

 span { border-color: rgb(105,155,9); }

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